diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 20:28:31 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 20:28:31 -0500 |
commit | 839c01f7c250431644bd827e21f7363314ef3f13 (patch) | |
tree | 6b3ad3b3a4bf811651c1055074d2f184a8c89a3e /parser.h | |
parent | f58de74bf0fc34cc1e5547324e21772f83b09923 (diff) |
prepare to arrange responses as callbacks
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |