X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffile-handle.h;h=5f18202a48069eff675c36c0c17d604333ccc5f0;hb=92bfefccd465052e492f669ce561aa25b0110283;hp=145d520228cb644f3308014299b3040a8e24f15d;hpb=1aaf5919aa5709fa6cfa710652143635a68bdbfb;p=pspp-builds.git diff --git a/src/file-handle.h b/src/file-handle.h index 145d5202..5f18202a 100644 --- a/src/file-handle.h +++ b/src/file-handle.h @@ -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 */