summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d/mailbox.h
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2001-09-21 20:22:07 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2001-09-21 20:22:07 +0000
commitf2234427fb48ac1ddff2888d88175a676f349d57 (patch)
treeafeb388eb8d1d7da514b1395ecb5fe6502adc2aa /usr.sbin/popa3d/mailbox.h
parentfa205f9135d5a17814a8cee8cd9022324337f970 (diff)
update to 0.4.9.4:
- stand-alone or inetd selectable from command-line (-D = daemon mode) - logging priorities more accurate - chroots to empty dir - tcp wrappers support
Diffstat (limited to 'usr.sbin/popa3d/mailbox.h')
-rw-r--r--usr.sbin/popa3d/mailbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/popa3d/mailbox.h b/usr.sbin/popa3d/mailbox.h
index ba6fc7ad0b0..102774ec97f 100644
--- a/usr.sbin/popa3d/mailbox.h
+++ b/usr.sbin/popa3d/mailbox.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mailbox.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
+/* $OpenBSD: mailbox.h,v 1.2 2001/09/21 20:22:06 camield Exp $ */
/*
* Mailbox access.
@@ -14,8 +14,8 @@
extern int mailbox_open(char *spool, char *mailbox);
/*
- * Sends (first lines of) a message to the POP client. Returns a non-zero
- * value on error; the POP session then has to crash.
+ * Sends (first lines of) a message to the POP client. Returns one of the
+ * POP_* event codes.
*/
extern int mailbox_get(struct db_message *msg, int lines);