diff options
Diffstat (limited to 'src/plugins/cinterion/mm-shared-cinterion.h')
-rw-r--r-- | src/plugins/cinterion/mm-shared-cinterion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cinterion/mm-shared-cinterion.h b/src/plugins/cinterion/mm-shared-cinterion.h index 775c8024..f330e328 100644 --- a/src/plugins/cinterion/mm-shared-cinterion.h +++ b/src/plugins/cinterion/mm-shared-cinterion.h @@ -40,6 +40,9 @@ struct _MMSharedCinterionInterface { /* Peek modem interface of the parent class of the object */ MMIfaceModemInterface * (* peek_parent_interface) (MMSharedCinterion *self); + /* Peek firmware interface of the parent class of the object */ + MMIfaceModemFirmwareInterface * (* peek_parent_firmware_interface) (MMSharedCinterion *self); + /* Peek location interface of the parent class of the object */ MMIfaceModemLocationInterface * (* peek_parent_location_interface) (MMSharedCinterion *self); |