X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fcommand-line.h;h=e4b0b169b3ee65211512d801406e02c8ac4c8025;hb=e6ae2a61e5356694c09f48da74407f8054a04e8d;hp=c103b696436576962d9d9d70635e485ee572acc4;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/terminal/command-line.h b/src/ui/terminal/command-line.h index c103b69643..e4b0b169b3 100644 --- a/src/ui/terminal/command-line.h +++ b/src/ui/terminal/command-line.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 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 @@ -22,6 +21,8 @@ #include -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 */