Merge "citrix" branch into "master".
[openvswitch] / lib / uuid.h
index 1059c26d1276fa39297e12cb7173c0227dfc7608..81597799548690326c2b91b110217ba69a0e3b10 100644 (file)
@@ -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 */