(addrdebug, yydebug): external declarations.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -30,6 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ... | @@ -30,6 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
30 | #include <stdio.h> | 30 | #include <stdio.h> |
31 | 31 | ||
32 | extern const char *sieve_version; | 32 | extern const char *sieve_version; |
33 | extern int addrdebug; | ||
34 | extern int yydebug; | ||
33 | 35 | ||
34 | /* error codes */ | 36 | /* error codes */ |
35 | #define SIEVE_OK (0) | 37 | #define SIEVE_OK (0) |
... | @@ -139,7 +141,7 @@ int sieve_register_summary(sieve_interp_t *interp, | ... | @@ -139,7 +141,7 @@ int sieve_register_summary(sieve_interp_t *interp, |
139 | sieve_execute_error *f); | 141 | sieve_execute_error *f); |
140 | 142 | ||
141 | /* given an interpretor and a script, produce an executable script */ | 143 | /* given an interpretor and a script, produce an executable script */ |
142 | int sieve_script_parse(sieve_interp_t *interp, FILE *script, | 144 | int sieve_script_parse(sieve_interp_t *interp, FILE *script, |
143 | void *script_context, sieve_script_t **ret); | 145 | void *script_context, sieve_script_t **ret); |
144 | 146 | ||
145 | int sieve_script_free(sieve_script_t **s); | 147 | int sieve_script_free(sieve_script_t **s); | ... | ... |
-
Please register or sign in to post a comment