Include mailutils/assoc.h
Showing
1 changed file
with
3 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2002, 2005, | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2005, |
3 | 2006 Free Software Foundation, Inc. | 3 | 2006, 2007 Free Software Foundation, Inc. |
4 | 4 | ||
5 | GNU Mailutils is free software; you can redistribute it and/or modify | 5 | GNU Mailutils is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
... | @@ -62,6 +62,7 @@ | ... | @@ -62,6 +62,7 @@ |
62 | 62 | ||
63 | #include <mailutils/address.h> | 63 | #include <mailutils/address.h> |
64 | #include <mailutils/argp.h> | 64 | #include <mailutils/argp.h> |
65 | #include <mailutils/assoc.h> | ||
65 | #include <mailutils/attribute.h> | 66 | #include <mailutils/attribute.h> |
66 | #include <mailutils/body.h> | 67 | #include <mailutils/body.h> |
67 | #include <mailutils/debug.h> | 68 | #include <mailutils/debug.h> |
... | @@ -381,7 +382,7 @@ extern char *ml_readline (char *prompt); | ... | @@ -381,7 +382,7 @@ extern char *ml_readline (char *prompt); |
381 | extern char *ml_readline_with_intr (char *prompt); | 382 | extern char *ml_readline_with_intr (char *prompt); |
382 | 383 | ||
383 | extern char *alias_expand (char *name); | 384 | extern char *alias_expand (char *name); |
384 | extern void alias_destroy (char *name); | 385 | extern void alias_destroy (const char *name); |
385 | 386 | ||
386 | typedef struct alias_iterator *alias_iterator_t; | 387 | typedef struct alias_iterator *alias_iterator_t; |
387 | extern char *alias_find_first (const char *prefix, alias_iterator_t *itr); | 388 | extern char *alias_find_first (const char *prefix, alias_iterator_t *itr); | ... | ... |
-
Please register or sign in to post a comment