summaryrefslogtreecommitdiff
path: root/libsieve/argp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsieve/argp.c')
-rw-r--r--libsieve/argp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsieve/argp.c b/libsieve/argp.c
index dbad173fd..686dad274 100644
--- a/libsieve/argp.c
+++ b/libsieve/argp.c
@@ -26,8 +26,7 @@
list_t sieve_include_path = NULL;
list_t sieve_library_path = NULL;
-static error_t sieve_argp_parser __P((int key, char *arg,
- struct argp_state *state));
+static error_t sieve_argp_parser (int key, char *arg, struct argp_state *state);
/* Options used by programs that use extended authentication mechanisms. */
static struct argp_option sieve_argp_option[] = {

Return to:

Send suggestions and report system problems to the System administrator.