summary refs log tree commit diff
path: root/src/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index 1d6f528..50a7797 100644
--- a/src/input.h
+++ b/src/input.h
@@ -57,7 +57,6 @@ void pungetc(void);
 void pushstring(char *, void *);
 void popstring(void);
 int setinputfile(const char *, int);
-void setinputfd(int, int);
 void setinputstring(char *);
 void popfile(void);
 void popallfiles(void);