OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b3d72
)
obexd/bluetooth: Make dict_append_entry function static
author
Szymon Janc
<szymon.janc@tieto.com>
Fri, 4 Oct 2013 09:05:26 +0000
(11:05 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 4 Oct 2013 09:21:52 +0000
(12:21 +0300)
This fix following build error:
CC obexd/plugins/obexd-bluetooth.o
obexd/plugins/bluetooth.c:242:6: error: no previous declaration for
‘dict_append_entry’ [-Werror=missing-declarations]
obexd/plugins/bluetooth.c
patch
|
blob
|
history
diff --git
a/obexd/plugins/bluetooth.c
b/obexd/plugins/bluetooth.c
index
7f8a26d
..
143d0c2
100644
(file)
--- a/
obexd/plugins/bluetooth.c
+++ b/
obexd/plugins/bluetooth.c
@@
-239,7
+239,7
@@
static void append_variant(DBusMessageIter *iter, int type, void *val)
}
-void dict_append_entry(DBusMessageIter *dict,
+
static
void dict_append_entry(DBusMessageIter *dict,
const char *key, int type, void *val)
{
DBusMessageIter entry;