summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
authorChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-11-03 14:51:42 +0000
committerChristiano F. Haesbaert <haesbaert@cvs.openbsd.org>2012-11-03 14:51:42 +0000
commitfc2afa2187c47c08797529c4ef6a0070ac0e3d27 (patch)
tree522bae8edd305616316c63f932f05a42509fcc55 /usr.bin/mg/def.h
parent08a75fff4755579e5093b2d09de0346293801d1d (diff)
This should be void.
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 2efe5cc6f36..7b03ca3cbbf 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.127 2012/10/22 08:31:42 florian Exp $ */
+/* $OpenBSD: def.h,v 1.128 2012/11/03 14:51:41 haesbaert Exp $ */
/* This file is in the public domain. */
@@ -416,7 +416,7 @@ int popbuftop(struct buffer *, int);
int getbufcwd(char *, size_t);
int checkdirty(struct buffer *);
int revertbuffer(int, int);
-int dorevert();
+int dorevert(void);
/* display.c */
int vtresize(int, int, int);