diff options
Diffstat (limited to 'src/input/mms.h')
-rw-r--r-- | src/input/mms.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/mms.h b/src/input/mms.h index b18a90f45..3c1b4af81 100644 --- a/src/input/mms.h +++ b/src/input/mms.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mms.h,v 1.10 2003/12/09 00:02:30 f1rmb Exp $ + * $Id: mms.h,v 1.11 2004/04/06 00:25:29 tmattern Exp $ * * libmms public header */ @@ -39,5 +39,7 @@ void mms_close (mms_t *this); int mms_peek_header (mms_t *this, char *data, int maxsize); +off_t mms_get_current_pos (mms_t *this); + #endif |