summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-26 19:36:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-26 19:36:48 +0000
commitf8cfe52149d2f55a4b7f6b9cd6bd1be34e917074 (patch)
tree1107ef973c9069d905ea474fc625aba8c6705384
parent8e183b755dac4b335859e2747a083ae6c178daf4 (diff)
downloadmailutils-f8cfe52149d2f55a4b7f6b9cd6bd1be34e917074.tar.gz
mailutils-f8cfe52149d2f55a4b7f6b9cd6bd1be34e917074.tar.bz2
Minor change
-rw-r--r--libsieve/load.c7
-rw-r--r--libsieve/sieve.h3
2 files changed, 6 insertions, 4 deletions
diff --git a/libsieve/load.c b/libsieve/load.c
index ad139c1ec..9304d37ed 100644
--- a/libsieve/load.c
+++ b/libsieve/load.c
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005,
+ 2007 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -98,7 +99,7 @@ mu_sieve_load_ext (mu_sieve_machine_t mach, const char *name)
}
static int
-_load_dir (void *item, void *unused)
+_add_load_dir (void *item, void *unused)
{
return lt_dladdsearchdir (item);
}
@@ -108,7 +109,7 @@ sieve_load_add_path (mu_list_t path)
{
if (lt_dlinit ())
return 1;
- return mu_list_do (path, _load_dir, NULL);
+ return mu_list_do (path, _add_load_dir, NULL);
}
int
diff --git a/libsieve/sieve.h b/libsieve/sieve.h
index 58ac4d64b..41c1f8329 100644
--- a/libsieve/sieve.h
+++ b/libsieve/sieve.h
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public

Return to:

Send suggestions and report system problems to the System administrator.