aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cinterion/tests/test-modem-helpers-cinterion.c3
-rw-r--r--plugins/huawei/tests/test-modem-helpers-huawei.c3
-rw-r--r--plugins/icera/tests/test-modem-helpers-icera.c3
-rw-r--r--plugins/linktop/tests/test-modem-helpers-linktop.c3
-rw-r--r--plugins/mbm/tests/test-modem-helpers-mbm.c3
-rw-r--r--plugins/sierra/tests/test-modem-helpers-sierra.c3
-rw-r--r--plugins/simtech/tests/test-modem-helpers-simtech.c3
-rw-r--r--plugins/telit/tests/test-mm-modem-helpers-telit.c3
-rw-r--r--plugins/tests/test-keyfiles.c3
-rw-r--r--plugins/tests/test-udev-rules.c3
-rw-r--r--plugins/thuraya/tests/test-mm-modem-helpers-thuraya.c3
-rw-r--r--plugins/ublox/tests/test-modem-helpers-ublox.c3
-rw-r--r--plugins/xmm/tests/test-modem-helpers-xmm.c3
13 files changed, 26 insertions, 13 deletions
diff --git a/plugins/cinterion/tests/test-modem-helpers-cinterion.c b/plugins/cinterion/tests/test-modem-helpers-cinterion.c
index 78adf30a..f1d6cddb 100644
--- a/plugins/cinterion/tests/test-modem-helpers-cinterion.c
+++ b/plugins/cinterion/tests/test-modem-helpers-cinterion.c
@@ -859,7 +859,8 @@ test_ctzu_urc_full (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/huawei/tests/test-modem-helpers-huawei.c b/plugins/huawei/tests/test-modem-helpers-huawei.c
index b37c0b16..4f83f49c 100644
--- a/plugins/huawei/tests/test-modem-helpers-huawei.c
+++ b/plugins/huawei/tests/test-modem-helpers-huawei.c
@@ -1268,7 +1268,8 @@ test_hcsq (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/icera/tests/test-modem-helpers-icera.c b/plugins/icera/tests/test-modem-helpers-icera.c
index 592b8b24..ef9d62cc 100644
--- a/plugins/icera/tests/test-modem-helpers-icera.c
+++ b/plugins/icera/tests/test-modem-helpers-icera.c
@@ -176,7 +176,8 @@ test_ipdpaddr (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
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,
diff --git a/plugins/mbm/tests/test-modem-helpers-mbm.c b/plugins/mbm/tests/test-modem-helpers-mbm.c
index cca121b0..e64b25c2 100644
--- a/plugins/mbm/tests/test-modem-helpers-mbm.c
+++ b/plugins/mbm/tests/test-modem-helpers-mbm.c
@@ -254,7 +254,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,
diff --git a/plugins/sierra/tests/test-modem-helpers-sierra.c b/plugins/sierra/tests/test-modem-helpers-sierra.c
index 629572e4..ad25ec9b 100644
--- a/plugins/sierra/tests/test-modem-helpers-sierra.c
+++ b/plugins/sierra/tests/test-modem-helpers-sierra.c
@@ -116,7 +116,8 @@ test_scact_read_response_multiple (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/simtech/tests/test-modem-helpers-simtech.c b/plugins/simtech/tests/test-modem-helpers-simtech.c
index 78a8a590..af93b7ba 100644
--- a/plugins/simtech/tests/test-modem-helpers-simtech.c
+++ b/plugins/simtech/tests/test-modem-helpers-simtech.c
@@ -318,7 +318,8 @@ test_rxdtmf_urc_one_cr (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/telit/tests/test-mm-modem-helpers-telit.c b/plugins/telit/tests/test-mm-modem-helpers-telit.c
index e6bff0bc..7561dac2 100644
--- a/plugins/telit/tests/test-mm-modem-helpers-telit.c
+++ b/plugins/telit/tests/test-mm-modem-helpers-telit.c
@@ -571,7 +571,8 @@ test_telit_parse_qss_query (void)
/******************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c
index 35ec4b46..173893be 100644
--- a/plugins/tests/test-keyfiles.c
+++ b/plugins/tests/test-keyfiles.c
@@ -65,7 +65,8 @@ test_foxconn_t77w968 (void)
/************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/tests/test-udev-rules.c b/plugins/tests/test-udev-rules.c
index 83ba95ba..e12f07ac 100644
--- a/plugins/tests/test-udev-rules.c
+++ b/plugins/tests/test-udev-rules.c
@@ -163,7 +163,8 @@ test_fibocom (void)
/************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/thuraya/tests/test-mm-modem-helpers-thuraya.c b/plugins/thuraya/tests/test-mm-modem-helpers-thuraya.c
index dcd4ab24..a3e5f65f 100644
--- a/plugins/thuraya/tests/test-mm-modem-helpers-thuraya.c
+++ b/plugins/thuraya/tests/test-mm-modem-helpers-thuraya.c
@@ -86,7 +86,8 @@ test_cpms_response_thuraya (void *f, gpointer d)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/ublox/tests/test-modem-helpers-ublox.c b/plugins/ublox/tests/test-modem-helpers-ublox.c
index 17a46417..8f2f3664 100644
--- a/plugins/ublox/tests/test-modem-helpers-ublox.c
+++ b/plugins/ublox/tests/test-modem-helpers-ublox.c
@@ -980,7 +980,8 @@ test_ugcntrd_response (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,
diff --git a/plugins/xmm/tests/test-modem-helpers-xmm.c b/plugins/xmm/tests/test-modem-helpers-xmm.c
index b4a8b2b5..0e65c7cc 100644
--- a/plugins/xmm/tests/test-modem-helpers-xmm.c
+++ b/plugins/xmm/tests/test-modem-helpers-xmm.c
@@ -754,7 +754,8 @@ test_xlcsslp_queries (void)
/*****************************************************************************/
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,