X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fuuid.h;h=37e01d091158f54f0bc74322254498fe400648d0;hb=8d7785bd5a9e8ce9f21714cc7a7c7dca1086bed0;hp=1059c26d1276fa39297e12cb7173c0227dfc7608;hpb=c532bf9dd4e684bc583debc9618e3210334f8081;p=openvswitch diff --git a/lib/uuid.h b/lib/uuid.h index 1059c26d..37e01d09 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010 Nicira Networks +/* Copyright (c) 2008, 2009, 2010 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -77,5 +77,6 @@ void uuid_zero(struct uuid *); bool uuid_is_zero(const struct uuid *); int uuid_compare_3way(const struct uuid *, const struct uuid *); bool uuid_from_string(struct uuid *, const char *); +bool uuid_from_string_prefix(struct uuid *, const char *); -#endif /* vswitchd/cfgdb.h */ +#endif /* uuid.h */