diff options
Diffstat (limited to 'plugins/linktop/tests/test-modem-helpers-linktop.c')
-rw-r--r-- | plugins/linktop/tests/test-modem-helpers-linktop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/linktop/tests/test-modem-helpers-linktop.c b/plugins/linktop/tests/test-modem-helpers-linktop.c index 827d044f..396abaae 100644 --- a/plugins/linktop/tests/test-modem-helpers-linktop.c +++ b/plugins/linktop/tests/test-modem-helpers-linktop.c @@ -60,7 +60,8 @@ test_cfun_query_current_modes (void) /*****************************************************************************/ void -_mm_log (const char *loc, +_mm_log (gpointer obj, + const char *loc, const char *func, guint32 level, const char *fmt, |