summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2009-02-13 23:25:01 +0100
committerWojciech Polak <polak@gnu.org>2009-02-13 23:25:01 +0100
commit89d404113a5e79d5a2f8215140b54897ac0b3d11 (patch)
tree0fa760dcb5f07d0ce281995b15ffbc988b2e4790 /examples
parent8ad5ecbc640a04f0eee7f113119d3c58ed362e4c (diff)
downloadmailutils-89d404113a5e79d5a2f8215140b54897ac0b3d11.tar.gz
mailutils-89d404113a5e79d5a2f8215140b54897ac0b3d11.tar.bz2
Rename libraries.
Rename libmuauth to libmu_auth, libargp to libmu_argp, libcfg to libmu_cfg, and libsieve to libmu_sieve. * auth/*: Move to libmu_auth/* * libargp/*: Move to libmu_argp/* * libcfg/*: Move to libmu_cfg/* * libsieve/*: Move to libmu_sieve/* * libmu_sieve/sieve.h: Rename to sieve-priv.h * include/mailutils/libsieve.h: Rename to sieve.h * configure.ac: Update, bump to 2.0.90.
Diffstat (limited to 'examples')
-rw-r--r--examples/numaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numaddr.c b/examples/numaddr.c
index 993e38202..4409dd0b8 100644
--- a/examples/numaddr.c
+++ b/examples/numaddr.c
@@ -40,7 +40,7 @@
#endif
#include <stdlib.h>
-#include <mailutils/libsieve.h>
+#include <mailutils/sieve.h>
struct val_ctr { /* Data passed to the counter function */
mu_header_t hdr; /* Headers of the current message */

Return to:

Send suggestions and report system problems to the System administrator.