Check invariants earlier in vconn and stream code.
[openvswitch] / lib / util.h
index afa43f62514e6e2234cb912ce4b0ca9d4286c08b..0101bf7b544d4bae1e3d7dc4535999cdcf8e9503 100644 (file)
@@ -125,6 +125,10 @@ 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