Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / src / file-handle.h
index 145d520228cb644f3308014299b3040a8e24f15d..5f18202a48069eff675c36c0c17d604333ccc5f0 100644 (file)
@@ -72,5 +72,6 @@ const char *handle_get_name (const struct file_handle *handle);
 const char *handle_get_filename (const struct file_handle *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 */