X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fbitio.h;h=cf6a3cb457a6f0b1fc72b6db424802f95a0b5339;hp=d653dcd375f632f742578511eb259728b69e2da8;hb=b3522ab3ec8a2ba1b6d7c882f4cb51418a8f5fa4;hpb=094352b3c08ba35f8105853b987e6b6c82e0a2fb diff --git a/lib/bitio.h b/lib/bitio.h index d653dcd..cf6a3cb 100644 --- a/lib/bitio.h +++ b/lib/bitio.h @@ -50,6 +50,7 @@ typedef struct _reader { int (*read)(struct _reader*, void*data, int len); + int (*seek)(struct _reader*, int pos); void (*dealloc)(struct _reader*); void *internal;