diff options
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index a99421c765c..9a6e82ce7d9 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.132 2012/12/04 10:54:20 florian Exp $ */ +/* $OpenBSD: def.h,v 1.133 2012/12/27 18:49:59 florian Exp $ */ /* This file is in the public domain. */ @@ -591,6 +591,8 @@ int region_get_data(struct region *, char *, int); void region_put_data(const char *, int); int markbuffer(int, int); int piperegion(int, int); +int pipeio(const char * const, char * const[], char * const, int, + struct buffer *); /* search.c X */ int forwsearch(int, int); |