X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdynamic-string.h;h=c069586e905bc6a6d63cdd03c91031b99757078a;hb=fd76a6f94338b668175336434b156827458b5e7d;hp=b988e1f2df7642faf614cb50bec9f52c60e7aa2e;hpb=c68cc3ef3fa0ee3ade3c86035e5c3d7eb066a605;p=sliver-openvswitch.git diff --git a/lib/dynamic-string.h b/lib/dynamic-string.h index b988e1f2d..c069586e9 100644 --- a/lib/dynamic-string.h +++ b/lib/dynamic-string.h @@ -58,7 +58,7 @@ void ds_put_printable(struct ds *, const char *, size_t); void ds_put_hex_dump(struct ds *ds, const void *buf_, size_t size, uintptr_t ofs, bool ascii); int ds_get_line(struct ds *, FILE *); -int ds_get_preprocessed_line(struct ds *, FILE *); +int ds_get_preprocessed_line(struct ds *, FILE *, int *line_number); int ds_get_test_line(struct ds *, FILE *); void ds_put_strftime(struct ds *, const char *template, time_t when, bool utc)