diff options
Diffstat (limited to '')
-rw-r--r-- | src/input_file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_file.h b/src/input_file.h index 8e25ff113..4374f0988 100644 --- a/src/input_file.h +++ b/src/input_file.h @@ -21,7 +21,6 @@ #include "input_stream.h" -int -input_file_open(struct input_stream *is, char *filename); +extern const struct input_plugin input_plugin_file; #endif |