diff options
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index f1394f0a7e2..a9f9ebaf102 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.10 2001/05/04 22:00:35 art Exp $ */ +/* $OpenBSD: def.h,v 1.11 2001/05/23 15:35:10 art Exp $ */ /* * This file is the general header file for all parts @@ -368,6 +368,7 @@ int killbuffer __P((int, int)); int savebuffers __P((int, int)); int listbuffers __P((int, int)); int addline __P((BUFFER *, char *)); +int addlinef __P((BUFFER *, char *, ...)); int anycb __P((int)); int bclear __P((BUFFER *)); int showbuffer __P((BUFFER *, MGWIN *, int)); |