summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-07 10:24:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-07 10:24:11 +0000
commit8ca51db113273c2bbf25146663e554679324063d (patch)
tree1bc17c66a785928f548fc9143afa37f1cac49585
parent63d9bc1ed24e7bedcc48db1e312328e9771dc511 (diff)
downloadmailutils-8ca51db113273c2bbf25146663e554679324063d.tar.gz
mailutils-8ca51db113273c2bbf25146663e554679324063d.tar.bz2
(msgset_member,msgset_negate): New functions.
-rw-r--r--mail/mail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index f2fae07c6..fb6e65bb7 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -253,6 +253,8 @@ extern msgset_t *msgset_range __P ((int low, int high));
extern msgset_t *msgset_expand __P ((msgset_t *set, msgset_t *expand_by));
extern msgset_t *msgset_dup __P ((const msgset_t *set));
extern int msgset_parse __P ((const int argc, char **argv, msgset_t **mset));
+extern int msgset_member __P ((msgset_t *set, size_t n));
+extern msgset_t *msgset_negate __P((msgset_t *set));
extern int util_do_command __P ((const char *cmd, ...));
extern int util_msglist_command __P ((function_t *func, int argc, char **argv, int set_cursor));

Return to:

Send suggestions and report system problems to the System administrator.