pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/file-handle.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.h
Date: Fri, 21 Jan 2005 06:59:43 -0500

Index: pspp/src/file-handle.h
diff -u pspp/src/file-handle.h:1.7 pspp/src/file-handle.h:1.8
--- pspp/src/file-handle.h:1.7  Mon Nov 15 09:51:22 2004
+++ pspp/src/file-handle.h      Fri Jan 21 11:59:39 2005
@@ -31,9 +31,15 @@
     MODE_BINARY                 /* Fixed-length records. */
   };
 
+
+
+void fh_init(void);
+void fh_done(void);
+
 /* Parsing handles. */
 struct file_handle *fh_parse (void);
 
+
 /* Opening and closing handles. */
 void **fh_open (struct file_handle *, const char *type, const char *mode);
 int fh_close (struct file_handle *, const char *type, const char *mode);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]