summaryrefslogtreecommitdiff
path: root/libmailbox
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>1999-11-09 07:15:38 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>1999-11-09 07:15:38 +0000
commitb9440f361f62cf36bb720300ce4facab06bbb659 (patch)
treeb8775309d930968d8292ab5b2e1f7707ecb5f59d /libmailbox
parentfb6007379f8fbea3701fd9ce083db448a36d1957 (diff)
downloadmailutils-b9440f361f62cf36bb720300ce4facab06bbb659.tar.gz
mailutils-b9440f361f62cf36bb720300ce4facab06bbb659.tar.bz2
did some work on the automagic for non-Linux systems
Diffstat (limited to 'libmailbox')
-rw-r--r--libmailbox/mailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailbox/mailbox.h b/libmailbox/mailbox.h
index d712836c8..b2013e910 100644
--- a/libmailbox/mailbox.h
+++ b/libmailbox/mailbox.h
@@ -68,7 +68,7 @@ typedef struct _mailbox
int (*_add_message) __P ((struct _mailbox *, char *));
int (*_scan) __P ((struct _mailbox *));
int (*_is_deleted) __P ((struct _mailbox *, unsigned int));
- int (*_is_updated) __P ((struct mailbox *));
+ int (*_is_updated) __P ((struct _mailbox *));
int (*_lock) __P((struct _mailbox *, mailbox_lock_t));
char *(*_get_body) __P ((struct _mailbox *, unsigned int));
char *(*_get_header) __P ((struct _mailbox *, unsigned int));

Return to:

Send suggestions and report system problems to the System administrator.