X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fgetl.h;h=3142d3870622ad0af62aa7ab6c8724a43cea70ae;hb=a7fb79e81f6e2a0dfddc61e91f207609e31a4632;hp=f39f559cccc26ea5e583e6dac9b588dc011f0ab5;hpb=65e61cc92b48297625bc71cf31b8a19e301eb6c1;p=pspp diff --git a/src/libpspp/getl.h b/src/libpspp/getl.h index f39f559ccc..3142d38706 100644 --- a/src/libpspp/getl.h +++ b/src/libpspp/getl.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -73,7 +72,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 *);