diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-09-17 11:09:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-11 09:24:22 +0000 |
commit | 1f6f9eec4de507c4505981439d5890afc328b3f8 (patch) | |
tree | 7799dc4c8334a8a0867285fff26d4d4aeb099562 /plugins/simtech/mm-broadband-modem-simtech.h | |
parent | c98a1a9dc8e02b78ae23de354f441270dfb394c1 (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.h | 2 |
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{ |