Syntactic analyser implementation with HTML conversion code
[TP_AL_C.git] / lexer / print_helper.h
index 5daaa35fc1e0b5222fea0f948cfee92623127834..396afd448be74a6fe7a3886dbf8f3ed2929a3aff 100644 (file)
@@ -9,6 +9,7 @@ void pr_debug(const char *format, ...);
 void wpr_warning(const wchar_t *format, ...);
 void wpr_error(const wchar_t *format, ...);
 
-void wprint_token();
+void wprint_token_stdout();
+void wprint_token_target();
 
 #endif /* PRINT_HELPER_H_ */