diff options
Diffstat (limited to 'src/input/mms.h')
-rw-r--r-- | src/input/mms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/mms.h b/src/input/mms.h index b1a8879bb..31f5ab0f7 100644 --- a/src/input/mms.h +++ b/src/input/mms.h @@ -39,5 +39,7 @@ int mms_read (mms_t *this, char *data, int len); uint32_t mms_get_length (mms_t *this); void mms_close (mms_t *this); +int mms_peek_header (mms_t *this, char *data); + #endif |