X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdynamic-string.h;h=098caafe72e713b4acddb9a0366a1167634b4045;hb=aabf5352bbf7e6fdc3d8da9f7f0b2e268da6ea68;hp=a8a27ad8307da2e3ce0ad7468346bc7b548d0f2c;hpb=541bc79f73add327072470c9bc3febb4195cdb3c;p=openvswitch diff --git a/lib/dynamic-string.h b/lib/dynamic-string.h index a8a27ad8..098caafe 100644 --- a/lib/dynamic-string.h +++ b/lib/dynamic-string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -62,6 +62,7 @@ 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_test_line(struct ds *, FILE *); char *ds_cstr(struct ds *); const char *ds_cstr_ro(const struct ds *);