summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 3fef423..7f5a710 100644
--- a/parser.h
+++ b/parser.h
@@ -29,6 +29,6 @@
#define USE_ON_OFF 0
#define NO_ON_OFF 1
-void Parser_main (char *in, gchar** response, int allow_unrequested_responses, int* errors);
+void Parser_main (char *in, gchar** response, int allow_unrequested_responses);
-#endif \ No newline at end of file
+#endif