Change some aspects of the PRINT, PRINT EJECT, and WRITE
[pspp-builds.git] / src / data / format.h
index e9d5e5e3f5d8be9cc36e8bfc12377bf936c9ec15..b720055575ebd47299c3f164bb06cd1dc79a9e53 100644 (file)
@@ -98,7 +98,7 @@ bool alignment_is_valid(enum alignment a);
 
 
 /* Descriptions of all the display formats above. */
-extern struct fmt_desc formats[];
+extern const struct fmt_desc formats[];
 
 union value;
 
@@ -124,5 +124,6 @@ char *fmt_to_string (const struct fmt_spec *);
 void num_to_string (double v, char *s, int w, int d);
 struct fmt_spec make_input_format (int type, int w, int d);
 struct fmt_spec make_output_format (int type, int w, int d);
+bool fmt_is_binary (int type);
 
 #endif /* !format_h */