X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdynamic-string.h;h=2961a013742998c04c5fbd586e05d16c416bf4c9;hb=ca261b65354f522ba43c823221763ca6f4604e2d;hp=db033c98452f1680877fd82bd449cb8789e3091d;hpb=36c501fe7888bce761b5527dbd2ac7234543aef1;p=openvswitch diff --git a/lib/dynamic-string.h b/lib/dynamic-string.h index db033c98..2961a013 100644 --- a/lib/dynamic-string.h +++ b/lib/dynamic-string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -54,6 +54,7 @@ void ds_put_strftime(struct ds *, const char *, const struct tm *) 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 *); char *ds_cstr(struct ds *); const char *ds_cstr_ro(const struct ds *);