diff options
Diffstat (limited to 'src/mm-port-serial-at.h')
-rw-r--r-- | src/mm-port-serial-at.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-port-serial-at.h b/src/mm-port-serial-at.h index 52e6c604..658f19e4 100644 --- a/src/mm-port-serial-at.h +++ b/src/mm-port-serial-at.h @@ -31,6 +31,7 @@ typedef struct _MMPortSerialAt MMPortSerialAt; typedef struct _MMPortSerialAtClass MMPortSerialAtClass; +typedef struct _MMPortSerialAtPrivate MMPortSerialAtPrivate; /* AT port flags; for example consider a device with two AT ports (ACM0 and ACM1) * which could have the following layouts: @@ -67,6 +68,7 @@ typedef void (*MMPortSerialAtUnsolicitedMsgFn) (MMPortSerialAt *port, struct _MMPortSerialAt { MMPortSerial parent; + MMPortSerialAtPrivate *priv; }; struct _MMPortSerialAtClass { |