diff options
Diffstat (limited to 'plugins/huawei/mm-call-huawei.h')
-rw-r--r-- | plugins/huawei/mm-call-huawei.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/huawei/mm-call-huawei.h b/plugins/huawei/mm-call-huawei.h index fe7e66d3..24b6395d 100644 --- a/plugins/huawei/mm-call-huawei.h +++ b/plugins/huawei/mm-call-huawei.h @@ -30,9 +30,11 @@ typedef struct _MMCallHuawei MMCallHuawei; typedef struct _MMCallHuaweiClass MMCallHuaweiClass; +typedef struct _MMCallHuaweiPrivate MMCallHuaweiPrivate; struct _MMCallHuawei { MMBaseCall parent; + MMCallHuaweiPrivate *priv; }; struct _MMCallHuaweiClass { |