summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-21 16:38:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-21 16:38:47 +0000
commitcfca7034eaa3f4f5275e43091815011b5c870fb6 (patch)
tree93cd4d2c95ab8bcb966e20e9039c84302a4cce23
parent584820ca87597c80f92d5bfff5ec58497a644088 (diff)
downloadmailutils-cfca7034eaa3f4f5275e43091815011b5c870fb6.tar.gz
mailutils-cfca7034eaa3f4f5275e43091815011b5c870fb6.tar.bz2
Add forward declaration of _add_load_dir
-rw-r--r--libsieve/load.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsieve/load.c b/libsieve/load.c
index 31148b855..d7fee8fb0 100644
--- a/libsieve/load.c
+++ b/libsieve/load.c
@@ -42,6 +42,8 @@ _free_loaded_module (void *data)
}
#endif
+static int _add_load_dir (void *, void *);
+
static int
sieve_init_load_path ()
{

Return to:

Send suggestions and report system problems to the System administrator.