summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:28:31 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 20:28:31 -0500
commit839c01f7c250431644bd827e21f7363314ef3f13 (patch)
tree6b3ad3b3a4bf811651c1055074d2f184a8c89a3e /parser.h
parentf58de74bf0fc34cc1e5547324e21772f83b09923 (diff)
prepare to arrange responses as callbacks
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