Debian: install man pages
[openvswitch] / lib / uuid.h
index 1059c26d1276fa39297e12cb7173c0227dfc7608..e62e8fe76fc68e2d19d4e060d54ea7de4df37c06 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 */