X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=88a82ee970c11647cee853579ed8edd566c4d673;hb=ed38ada34331b3b1e0167c350b375a3fb38099a2;hp=7df374453def01b5392c2149c57bb203f2723d0e;hpb=4e8257086ffc71bc5a1785fd86610921be677887;p=pspp diff --git a/src/data/format.h b/src/data/format.h index 7df374453d..88a82ee970 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -20,8 +20,8 @@ /* Display format types. */ #include -#include -#include +#include "data/val-type.h" +#include "libpspp/str.h" /* Format type categories. @@ -125,6 +125,7 @@ int fmt_to_io (enum fmt_type) PURE_FUNCTION; bool fmt_from_io (int io, enum fmt_type *); const char *fmt_date_template (enum fmt_type) PURE_FUNCTION; +const char *fmt_gui_name (enum fmt_type); /* Format settings.