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 f7111ca1a06..86c606f7ff4 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.155 2016/04/14 17:05:32 lum Exp $ */
+/* $OpenBSD: def.h,v 1.156 2018/08/29 07:50:16 reyk Exp $ */
/* This file is in the public domain. */
@@ -391,6 +391,7 @@ int ldelete(RSIZE, int);
int ldelnewline(void);
int lreplace(RSIZE, char *);
char * linetostr(const struct line *);
+int setcasereplace(int, int);
/* yank.c X */