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=fbbeb6d9bfd9397e926a30c46a4c501ec161f6eb;hp=2e8de05ab2f774c840b9ab09cd80a9f16449b5f3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/language/data-io/file-handle.h b/src/language/data-io/file-handle.h index 2e8de05a..4e069bc0 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 @@ -24,8 +23,9 @@ #include #include -#include "file-handle-def.h" +#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 */