Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / lib / uuid.h
index 1059c26..e62e8fe 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 */
+#endif /* uuid.h */