introduced old_rfxswf.h, which stores #define's for old function and
[swftools.git] / lib / rfxswf.h
index ca6316a..27d4a93 100644 (file)
@@ -17,6 +17,7 @@
 #include <stdlib.h>\r
 #include <string.h>\r
 #include "../config.h"\r
+#include "old_rfxswf.h"\r
 \r
 #define DEBUG_RFXSWF\r
 \r
@@ -105,7 +106,6 @@ int   DeleteTag(LPTAG t);
 \r
 void  SetTagPos(LPTAG t,U32 pos);       // resets Bitcount\r
 U32   GetTagPos(LPTAG t);\r
-U8*   GetTagPosPtr(LPTAG t);\r
 \r
 LPTAG NextTag(LPTAG t);\r
 LPTAG PrevTag(LPTAG t);\r
@@ -113,6 +113,7 @@ LPTAG PrevTag(LPTAG t);
 int   GetFrameNo(LPTAG t);\r
 U16   GetTagID(LPTAG t);\r
 U32   GetDataSize(LPTAG t);\r
+U8*   GetDataSizePtr(LPTAG t);\r
 \r
 U32   GetBits(LPTAG t,int nbits);\r
 S32   GetSBits(LPTAG t,int nbits);\r