summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/sieve.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/libsieve/sieve.y b/libsieve/sieve.y
index 65ce792ae..59460c01c 100644
--- a/libsieve/sieve.y
+++ b/libsieve/sieve.y
@@ -28,7 +28,8 @@ sieve_machine_t sieve_machine;
int sieve_error_count;
static void branch_fixup __P((size_t start, size_t end));
-
+int yyerror (char *s);
+int yylex ();
%}
%union {
@@ -509,7 +510,7 @@ string_comp (const void *item, const void *value)
}
void
-sieve_machine_begin (sieve_machine_t mach, char *file)
+sieve_machine_begin (sieve_machine_t mach, const char *file)
{
sieve_machine = mach;
sieve_error_count = 0;

Return to:

Send suggestions and report system problems to the System administrator.