aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech/mm-broadband-modem-simtech.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-09-17 11:09:27 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-11 09:24:22 +0000
commit1f6f9eec4de507c4505981439d5890afc328b3f8 (patch)
tree7799dc4c8334a8a0867285fff26d4d4aeb099562 /plugins/simtech/mm-broadband-modem-simtech.h
parentc98a1a9dc8e02b78ae23de354f441270dfb394c1 (diff)
simtech: keep access tech URC regex in private struct
Diffstat (limited to 'plugins/simtech/mm-broadband-modem-simtech.h')
-rw-r--r--plugins/simtech/mm-broadband-modem-simtech.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/simtech/mm-broadband-modem-simtech.h b/plugins/simtech/mm-broadband-modem-simtech.h
index 6ee32b1b..a2b57fea 100644
--- a/plugins/simtech/mm-broadband-modem-simtech.h
+++ b/plugins/simtech/mm-broadband-modem-simtech.h
@@ -29,9 +29,11 @@
typedef struct _MMBroadbandModemSimtech MMBroadbandModemSimtech;
typedef struct _MMBroadbandModemSimtechClass MMBroadbandModemSimtechClass;
+typedef struct _MMBroadbandModemSimtechPrivate MMBroadbandModemSimtechPrivate;
struct _MMBroadbandModemSimtech {
MMBroadbandModem parent;
+ MMBroadbandModemSimtechPrivate *priv;
};
struct _MMBroadbandModemSimtechClass{