Plugged some memory leaks.
[pspp-builds.git] / src / lexer.h
index 1561d79319c15ddcd7dc12d8a391ac1de34f3ecd..0028128167557fd0b07fb0ac8bc92609df1171a8 100644 (file)
@@ -78,6 +78,7 @@ extern struct string tokstr;
 
 /* Initialization. */
 void lex_init (void);
+void lex_done (void);
 
 /* Common functions. */
 void lex_get (void);