summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/extern.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
committerbde <bde@FreeBSD.org>1997-04-14 16:49:30 +0000
commit9333dd8df4da81366188eb771ced1705c551f14d (patch)
treee2e9f87a53e1699008d8bb680f92b155cfb0eded /usr.bin/mail/extern.h
parentab0e357c7a59860b4b37e5fdb684bcba79a2e6be (diff)
downloadFreeBSD-src-9333dd8df4da81366188eb771ced1705c551f14d.zip
FreeBSD-src-9333dd8df4da81366188eb771ced1705c551f14d.tar.gz
Renamed undelete() to undelete_messages() to avoid conflict with new
undelete() syscall. Submitted by: partly by roberto
Diffstat (limited to 'usr.bin/mail/extern.h')
-rw-r--r--usr.bin/mail/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h
index 8b1babf..508e281 100644
--- a/usr.bin/mail/extern.h
+++ b/usr.bin/mail/extern.h
@@ -239,7 +239,7 @@ void ttyint __P((int));
void ttystop __P((int));
int type __P((int *));
int type1 __P((int *, int, int));
-int undelete __P((int *));
+int undelete_messages __P((int *));
void unmark __P((int));
char **unpack __P((struct name *));
int unread __P((int []));
OpenPOWER on IntegriCloud