summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:05 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:58 -0800
commitc91af2de83e6776ebeb879968d1a3a591c8e70aa (patch)
treec688fb51496a739fb638025ee0fdfb5bada3be7f /include/dbus.h
parent480f7dffd9af76ef992c39514c407eee1e8d9f34 (diff)
downloadofono-c91af2de83e6776ebeb879968d1a3a591c8e70aa.tar.bz2
include: M15 coding style fix
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 12768f66..f541eafb 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -65,7 +65,7 @@ extern "C" {
DBUS_TYPE_VARIANT_AS_STRING \
DBUS_DICT_ENTRY_END_CHAR_AS_STRING
-DBusConnection *ofono_dbus_get_connection();
+DBusConnection *ofono_dbus_get_connection(void);
void ofono_dbus_dict_append(DBusMessageIter *dict, const char *key, int type,
void *value);