X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fdata-parser.h;h=4ae25b2cea2764abe9294d218271e2203e28cb79;hb=453a25eb0d3ef50989735fc68ae3f17e5b318c8c;hp=caef721d1070a3f80cafa576725ef476a7caea06;hpb=4f3cf328723cf70c06702904e85768d6601918a2;p=pspp diff --git a/src/language/data-io/data-parser.h b/src/language/data-io/data-parser.h index caef721d10..4ae25b2cea 100644 --- a/src/language/data-io/data-parser.h +++ b/src/language/data-io/data-parser.h @@ -28,6 +28,7 @@ struct dfm_reader; struct dictionary; struct file_handle; struct fmt_spec; +struct string_array; struct substring; /* Type of data read by a data parser. */ @@ -75,7 +76,8 @@ void data_parser_add_fixed_field (struct data_parser *, bool data_parser_any_fields (const struct data_parser *); bool data_parser_parse (struct data_parser *, struct dfm_reader *, struct dictionary *, struct ccase *); - +size_t data_parser_split (const struct data_parser *, struct substring line, + struct string_array *); /* Uses for a configured parser. */ void data_parser_output_description (struct data_parser *,