Fix broken prototypes

This commit is contained in:
Marcel Holtmann 2009-05-05 18:58:12 -07:00
parent 0798e99445
commit 9944226e92
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* /*
* *
* oFono - Open Telephony stack for Linux * oFono - Open Source Telephony
* *
* Copyright (C) 2008-2009 Intel Corporation. All rights reserved. * Copyright (C) 2008-2009 Intel Corporation. All rights reserved.
* *
@ -25,9 +25,11 @@
#include <ofono/log.h> #include <ofono/log.h>
int __ofono_log_init(void); int __ofono_log_init(gboolean detach, gboolean debug);
void __ofono_log_cleanup(void); void __ofono_log_cleanup(void);
void __ofono_toggle_debug(void);
#include <ofono/plugin.h> #include <ofono/plugin.h>
int __ofono_plugin_init(const char *pattern, const char *exclude); int __ofono_plugin_init(const char *pattern, const char *exclude);