X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Futil.h;h=0101bf7b544d4bae1e3d7dc4535999cdcf8e9503;hb=847c7448532ddf90f28ace17233f4993e403f6f2;hp=afa43f62514e6e2234cb912ce4b0ca9d4286c08b;hpb=f38b84ea2b6b61d309c604faedd41ab3b0fcf16b;p=openvswitch diff --git a/lib/util.h b/lib/util.h index afa43f62..0101bf7b 100644 --- a/lib/util.h +++ b/lib/util.h @@ -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