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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 111de7dfc7a..20fe10a947c 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.90 2006/05/29 00:02:23 kjell Exp $ */
+/* $OpenBSD: def.h,v 1.91 2006/06/01 05:34:52 jason Exp $ */
/* This file is in the public domain. */
@@ -420,7 +420,7 @@ int ffclose(struct buffer *);
int ffputbuf(struct buffer *);
int ffgetline(char *, int, int *);
int fbackupfile(const char *);
-char *adjustname(const char *);
+char *adjustname(const char *, int);
char *startupfile(char *);
int copy(char *, char *);
struct list *make_file_list(char *);