X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdynamic-string.h;h=a44e0b30ff9320e8d81f73d355ee6643e2f73871;hb=67a4917b07031b387beafaedce413b4207214059;hp=1d006ff049683414b4e61be2e673059d0ad2d1e3;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/lib/dynamic-string.h b/lib/dynamic-string.h index 1d006ff0..a44e0b30 100644 --- a/lib/dynamic-string.h +++ b/lib/dynamic-string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Nicira Networks. + * Copyright (c) 2008, 2009 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_hex_dump(struct ds *ds, const void *buf_, size_t size, int ds_get_line(struct ds *, FILE *); char *ds_cstr(struct ds *); +char *ds_steal_cstr(struct ds *); void ds_destroy(struct ds *); int ds_last(const struct ds *);