New function fmt_dollar_template based on pspp-dev discussion.
[pspp-builds.git] / src / data / format.h
index 089f1ed3d1638d8e940614c32943928313bc0cee..51484a3b1f1b260c1d02088888c2c56cf884a640 100644 (file)
@@ -116,6 +116,7 @@ bool fmt_from_io (int io, enum fmt_type *);
 
 bool fmt_usable_for_input (enum fmt_type) PURE_FUNCTION;
 const char *fmt_date_template (enum fmt_type) PURE_FUNCTION;
+char *fmt_dollar_template (const struct fmt_spec *);
 \f
 /* Maximum length of prefix or suffix string in
    struct fmt_number_style. */