summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r--usr.bin/mg/def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 59c79bf3273..f899d71a2e0 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.39 2002/03/18 01:45:54 vincent Exp $ */
+/* $OpenBSD: def.h,v 1.40 2002/05/29 12:32:51 vincent Exp $ */
#include <sys/queue.h>
@@ -330,6 +330,7 @@ int d_rename(int, int);
/* file.c X */
int fileinsert(int, int);
int filevisit(int, int);
+int filevisitro(int, int);
int poptofile(int, int);
BUFFER *findbuffer(char *);
int readin(char *);