X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=9a7179129e684eabd62c05236de73476872fbf75;hb=393668423c1c9456fd82db6b30f25de078915da5;hp=edf7f64860fb04dcba27b5213dca347a875f3229;hpb=c646c399bf8c942a5e33abaa6c12336429c09f24;p=pspp diff --git a/src/data/format.h b/src/data/format.h index edf7f64860..9a7179129e 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -107,8 +107,6 @@ enum fmt_parse_flags /* Common formats. */ extern const struct fmt_spec f8_2; /* F8.2. */ -int parse_format_specifier (struct fmt_spec *input, enum fmt_parse_flags); -int parse_format_specifier_name (const char **cp, enum fmt_parse_flags); int check_input_specifier (const struct fmt_spec *spec, int emit_error); int check_output_specifier (const struct fmt_spec *spec, int emit_error); bool check_specifier_type (const struct fmt_spec *, int type, bool emit_error);