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: Wed, 26 Oct 2005 23:19:16 -0400

Index: pspp/src/file-handle.h
diff -u pspp/src/file-handle.h:1.9 pspp/src/file-handle.h:1.10
--- pspp/src/file-handle.h:1.9  Fri Apr 29 01:02:14 2005
+++ pspp/src/file-handle.h      Thu Oct 27 03:19:07 2005
@@ -23,19 +23,14 @@
 /* File handles. */
 
 #include <stddef.h>
-
-/* File modes. */
-enum file_handle_mode
-  {
-    MODE_TEXT,                  /* New-line delimited lines. */
-    MODE_BINARY                 /* Fixed-length records. */
-  };
+#include "file-handle-def.h"
 
 
 
 void fh_init(void);
 void fh_done(void);
 
+
 /* Parsing handles. */
 struct file_handle *fh_parse (void);
 
@@ -44,11 +39,5 @@
 void **fh_open (struct file_handle *, const char *type, const char *mode);
 int fh_close (struct file_handle *, const char *type, const char *mode);
 
-/* Handle info. */
-const char *handle_get_name (const struct file_handle *);
-const char *handle_get_filename (const struct file_handle *);
-enum file_handle_mode handle_get_mode (const struct file_handle *);
-size_t handle_get_record_width (const struct file_handle *);
-size_t handle_get_tab_width (const struct file_handle *);
 
 #endif /* !file_handle.h */




reply via email to

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