From 9333dd8df4da81366188eb771ced1705c551f14d Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 14 Apr 1997 16:49:30 +0000 Subject: Renamed undelete() to undelete_messages() to avoid conflict with new undelete() syscall. Submitted by: partly by roberto --- usr.bin/mail/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mail/extern.h') 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 [])); -- cgit v1.1