X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fuuid.h;h=e62e8fe76fc68e2d19d4e060d54ea7de4df37c06;hb=db16e36ed14cf7c50646e356a2b2401e23fcea70;hp=1059c26d1276fa39297e12cb7173c0227dfc7608;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/lib/uuid.h b/lib/uuid.h index 1059c26d..e62e8fe7 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -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 */