Removed mutual dependency between libpspp and data
[pspp-builds.git] / src / libpspp / getl.h
index f39f559cccc26ea5e583e6dac9b588dc011f0ab5..f0b8585f3d6c8ed040847c8564794dc78fa5454e 100644 (file)
@@ -73,7 +73,7 @@ struct getl_interface
 
 struct source_stream;
 
-struct source_stream * create_source_stream (void);
+struct source_stream * create_source_stream (const char *);
 void destroy_source_stream (struct source_stream *);
 
 void getl_clear_include_path (struct source_stream *);