From dee20c64b4d2625bbe6e7329404e749d5b22b2f3 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sun, 4 Jan 2015 21:37:13 +1100 Subject: input: Make preadbuffer static The function preadbuffer should be static as it's only used in input.c. Signed-off-by: Herbert Xu --- src/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h index 775291b..90ff6c3 100644 --- a/src/input.h +++ b/src/input.h @@ -52,7 +52,6 @@ extern char *parsenextc; /* next character in input buffer */ int pgetc(void); int pgetc2(void); -int preadbuffer(void); void pungetc(void); void pushstring(char *, void *); void popstring(void); -- cgit 1.4.1