summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-16 11:20:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-16 11:20:28 +0000
commit58e77ca1264838ba149999be2433e246f938285a (patch)
tree85988862c0a86d71be910a4f7e281c14c0b6e653 /mail
parente89a40a054eeebc620205dcb0eb8411587c1ae8c (diff)
downloadmailutils-58e77ca1264838ba149999be2433e246f938285a.tar.gz
mailutils-58e77ca1264838ba149999be2433e246f938285a.tar.bz2
Declaration of check_set().
Diffstat (limited to 'mail')
-rw-r--r--mail/msgset.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msgset.y b/mail/msgset.y
index 412a216ad..9a61f8a64 100644
--- a/mail/msgset.y
+++ b/mail/msgset.y
@@ -46,7 +46,8 @@ static int select_body __P ((message_t msg, void *closure));
static int select_type __P ((message_t msg, void *closure));
static int select_sender __P ((message_t msg, void *closure));
static int select_deleted __P ((message_t msg, void *closure));
-
+static int check_set __P ((msgset_t **pset));
+
int yyerror __P ((const char *));
int yylex __P ((void));

Return to:

Send suggestions and report system problems to the System administrator.