From f2234427fb48ac1ddff2888d88175a676f349d57 Mon Sep 17 00:00:00 2001 From: Camiel Dobbelaar Date: Fri, 21 Sep 2001 20:22:07 +0000 Subject: 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 --- usr.sbin/popa3d/mailbox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/popa3d/mailbox.h') 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); -- cgit v1.2.3