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);