diff options
Diffstat (limited to 'src/mm-call-qmi.h')
-rw-r--r-- | src/mm-call-qmi.h | 2 |
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 { |