Applied patch #5611
[pspp-builds.git] / src / ui / terminal / command-line.h
index c103b696436576962d9d9d70635e485ee572acc4..b6058d1c2422fa161d487ef62324bc227f525302 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <stdbool.h>
 
-bool parse_command_line (int argc, char **argv);
+struct source_stream ;
+
+bool parse_command_line (int argc, char **argv, struct source_stream *);
 
 #endif /* cmdline.h */