summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ofono.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ofono.h b/src/ofono.h
index aca0f02f..bf59de3f 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -1,6 +1,6 @@
/*
*
- * oFono - Open Telephony stack for Linux
+ * oFono - Open Source Telephony
*
* Copyright (C) 2008-2009 Intel Corporation. All rights reserved.
*
@@ -25,9 +25,11 @@
#include <ofono/log.h>
-int __ofono_log_init(void);
+int __ofono_log_init(gboolean detach, gboolean debug);
void __ofono_log_cleanup(void);
+void __ofono_toggle_debug(void);
+
#include <ofono/plugin.h>
int __ofono_plugin_init(const char *pattern, const char *exclude);