aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/pch.h
diff options
context:
space:
mode:
authorStephane E. Potvin <sepotvin@FreeBSD.org>2009-05-08 02:18:46 +0000
committerStephane E. Potvin <sepotvin@FreeBSD.org>2009-05-08 02:18:46 +0000
commit9ab20e104c725eb316253051ac826d1b5a8d8423 (patch)
tree866bcb97cc0bd25d3053cc96c7f8a37922b0ea14 /gnu/usr.bin/patch/pch.h
parentb4307a77d2662b3a213b6a2af27c5e10e2cde2b8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/pch.h')
-rw-r--r--gnu/usr.bin/patch/pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h
index d815fe8d14e8..0393dea1494a 100644
--- a/gnu/usr.bin/patch/pch.h
+++ b/gnu/usr.bin/patch/pch.h
@@ -32,5 +32,5 @@ LINENUM pch_context(void);
LINENUM pch_hunk_beg(void);
char pch_char(LINENUM _line);
char *pfetch(LINENUM _line);
-char *pgets(char *_bf, int _sz, FILE *_fp);
+size_t pgets(bool _do_indent);
void do_ed_script(void);