summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-12 12:52:04 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-12 08:06:58 -0800
commit480f7dffd9af76ef992c39514c407eee1e8d9f34 (patch)
tree63985d86047c1bfdda0cd46b03386c0ec4f4d912 /src/ofono.h
parent819fb91144b527149342e3019aaa7586d0d2ee98 (diff)
downloadofono-480f7dffd9af76ef992c39514c407eee1e8d9f34.tar.bz2
core: M15 coding style fix
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ofono.h b/src/ofono.h
index cab70cdc..77567c2d 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -25,12 +25,12 @@
#include <ofono/types.h>
-void __ofono_exit();
+void __ofono_exit(void);
-int __ofono_manager_init();
-void __ofono_manager_cleanup();
+int __ofono_manager_init(void);
+void __ofono_manager_cleanup(void);
-void __ofono_modem_shutdown();
+void __ofono_modem_shutdown(void);
#include <ofono/log.h>
@@ -174,8 +174,8 @@ void __ofono_atom_free(struct ofono_atom *atom);
typedef void (*ofono_modemwatch_cb_t)(struct ofono_modem *modem,
gboolean added, void *data);
-void __ofono_modemwatch_init();
-void __ofono_modemwatch_cleanup();
+void __ofono_modemwatch_init(void);
+void __ofono_modemwatch_cleanup(void);
unsigned int __ofono_modemwatch_add(ofono_modemwatch_cb_t cb, void *user,
ofono_destroy_func destroy);
gboolean __ofono_modemwatch_remove(unsigned int id);