aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-qmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-call-qmi.h')
-rw-r--r--src/mm-call-qmi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-call-qmi.h b/src/mm-call-qmi.h
index 78402539..34231bcc 100644
--- a/src/mm-call-qmi.h
+++ b/src/mm-call-qmi.h
@@ -33,9 +33,11 @@
typedef struct _MMCallQmi MMCallQmi;
typedef struct _MMCallQmiClass MMCallQmiClass;
+typedef struct _MMCallQmiPrivate MMCallQmiPrivate;
struct _MMCallQmi {
MMBaseCall parent;
+ MMCallQmiPrivate *priv;
};
struct _MMCallQmiClass {