Catalli's threaded switch
[sliver-openvswitch.git] / lib / uuid.h
index 1059c26..8159779 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 */