From 9944226e924a09c3b1eb1a60b21be9bdcd2cece0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 May 2009 18:58:12 -0700 Subject: [PATCH] Fix broken prototypes --- src/ofono.h | 6 ++++-- 1 file 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 -int __ofono_log_init(void); +int __ofono_log_init(gboolean detach, gboolean debug); void __ofono_log_cleanup(void); +void __ofono_toggle_debug(void); + #include int __ofono_plugin_init(const char *pattern, const char *exclude);