ovsdb: Fix bug in JSON-RPC server.
[openvswitch] / lib / util.h
index afa43f62514e6e2234cb912ce4b0ca9d4286c08b..9e7b88f06825866358adca046f55108a6163b40a 100644 (file)
@@ -125,6 +125,8 @@ bool str_to_double(const char *, double *);
 
 int hexit_value(int c);
 
+char *dir_name(const char *file_name);
+
 #ifdef  __cplusplus
 }
 #endif