shithub: freetype+ttf2subf

Download patch

ref: 5ae477c4f2569e1136035605cac4a4aa48765806
parent: 05ef28c4ada3193748f381285461e83569a64fab
author: Just van Rossum <[email protected]>
date: Fri Mar 17 06:51:33 EST 2000

Added prototype for T1_Done_Parser()

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/type1z/t1parse.h
+++ b/src/type1z/t1parse.h
@@ -196,6 +196,9 @@
                     T1_Int     length,
                     T1_UShort  seed );
 
+  LOCAL_DEF
+  void  T1_Done_Parser( T1_Parser*  parser );
+
 #ifdef __cplusplus
   }
 #endif