Hi Gustavo,
---
src/main.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/main.c b/src/main.c
index 8e686ac..8f4092c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -96,8 +96,19 @@ static gchar *option_debug = NULL;
static gboolean option_detach = TRUE;
static gboolean option_version = FALSE;
+static gboolean parse_debug(const char *key, const char *value, gpointer user_data,
GError **error)
+{
patch has been applied, but same as with ConnMan, this declaration is
too long.
Regards
Marcel