X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Ffile-handle.h;h=4e069bc05e8cabda43085a55883fff684cc16c88;hb=df936ae7a823634e599df091f8ae935d7842fbaa;hp=31333e9e8ecc3cd4d568a372e74a04a23c967682;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp diff --git a/src/language/data-io/file-handle.h b/src/language/data-io/file-handle.h index 31333e9e8e..4e069bc05e 100644 --- a/src/language/data-io/file-handle.h +++ b/src/language/data-io/file-handle.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 @@ -26,6 +25,7 @@ #include #include -struct file_handle *fh_parse (enum fh_referent); +struct lexer ; +struct file_handle *fh_parse (struct lexer *, enum fh_referent); #endif /* !file_handle.h */