Add a low-level on-disk case array data structure.
[pspp-builds.git] / src / language / data-io / file-handle.h
index 2e8de05ab2f774c840b9ab09cd80a9f16449b5f3..4e069bc05e8cabda43085a55883fff684cc16c88 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    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 <stdbool.h>
 #include <stddef.h>
-#include "file-handle-def.h"
+#include <data/file-handle-def.h>
 
-struct file_handle *fh_parse (enum fh_referent);
+struct lexer ;
+struct file_handle *fh_parse (struct lexer *, enum fh_referent);
 
 #endif /* !file_handle.h */