vswitch: Consistently set Nicira OUI.
[openvswitch] / lib / util.h
index 1290d33eeb58e16688aa0105b96939fa0d6cc345..0101bf7b544d4bae1e3d7dc4535999cdcf8e9503 100644 (file)
@@ -121,6 +121,14 @@ bool str_to_uint(const char *, int base, unsigned int *);
 bool str_to_ulong(const char *, int base, unsigned long *);
 bool str_to_ullong(const char *, int base, unsigned long long *);
 
+bool str_to_double(const char *, double *);
+
+int hexit_value(int c);
+
+char *dir_name(const char *file_name);
+
+void ignore(bool x UNUSED);
+
 #ifdef  __cplusplus
 }
 #endif