From 7b067f2681d69fb9690f4d6b4e2ef62485ea4fd2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 31 Oct 2012 10:33:26 +0100 Subject: storage: Add void if function does not have any arguments --- src/connman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/connman.h') diff --git a/src/connman.h b/src/connman.h index 65a7788a..2472dab0 100644 --- a/src/connman.h +++ b/src/connman.h @@ -209,10 +209,10 @@ int __connman_resolvfile_remove(const char *interface, const char *domain, const int __connman_resolver_redo_servers(const char *interface); void __connman_storage_migrate(void); -GKeyFile *__connman_storage_open_global(); -GKeyFile *__connman_storage_load_global(); +GKeyFile *__connman_storage_open_global(void); +GKeyFile *__connman_storage_load_global(void); int __connman_storage_save_global(GKeyFile *keyfile); -void __connman_storage_delete_global(); +void __connman_storage_delete_global(void); GKeyFile *__connman_storage_load_config(const char *ident); -- cgit v1.2.3