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 1be37a960e4..ffb982be5fc 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.87 2006/05/08 21:24:24 kjell Exp $ */
+/* $OpenBSD: def.h,v 1.88 2006/05/27 21:20:11 kjell Exp $ */
/* This file is in the public domain. */
@@ -350,6 +350,7 @@ int lnewline(void);
int ldelete(RSIZE, int);
int ldelnewline(void);
int lreplace(RSIZE, char *);
+char * linetostr(const struct line *);
/* yank.c X */