Added prototype for T1_Done_Parser()

This commit is contained in:
Just van Rossum 2000-03-17 11:51:33 +00:00
parent 05ef28c4ad
commit 5ae477c4f2
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@
T1_Int length,
T1_UShort seed );
LOCAL_DEF
void T1_Done_Parser( T1_Parser* parser );
#ifdef __cplusplus
}
#endif