summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-02-22 10:11:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-02-22 10:11:44 +0000
commite106e7f982d43249c93e2b96b2152ad6afafe856 (patch)
treebc98991f6d1bda5c21072ba72cd679710e12eaae /mail
parentd806b526667f3dc3f3f0d549bf2de65be338ebea (diff)
downloadmailutils-e106e7f982d43249c93e2b96b2152ad6afafe856.tar.gz
mailutils-e106e7f982d43249c93e2b96b2152ad6afafe856.tar.bz2
Include mailutils/assoc.h
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail.h b/mail/mail.h
index ecf7c275b..ee7fe8913 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005,
- 2006 Free Software Foundation, Inc.
+ 2006, 2007 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -62,6 +62,7 @@
#include <mailutils/address.h>
#include <mailutils/argp.h>
+#include <mailutils/assoc.h>
#include <mailutils/attribute.h>
#include <mailutils/body.h>
#include <mailutils/debug.h>
@@ -381,7 +382,7 @@ extern char *ml_readline (char *prompt);
extern char *ml_readline_with_intr (char *prompt);
extern char *alias_expand (char *name);
-extern void alias_destroy (char *name);
+extern void alias_destroy (const char *name);
typedef struct alias_iterator *alias_iterator_t;
extern char *alias_find_first (const char *prefix, alias_iterator_t *itr);

Return to:

Send suggestions and report system problems to the System administrator.