X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Futil.h;h=f3bf80c6eaeddc760344b743bb30785d2258b985;hb=f915f1a8ca180828983ef22cf2fd21b8f010b972;hp=49790490614b3d773d014d36abac69fc0da68bbe;hpb=772ec52b896380f23b587bea4a5bf18edd22449d;p=openvswitch diff --git a/lib/util.h b/lib/util.h index 49790490..f3bf80c6 100644 --- a/lib/util.h +++ b/lib/util.h @@ -137,6 +137,7 @@ void ovs_strlcpy(char *dst, const char *src, size_t size); void ovs_fatal(int err_no, const char *format, ...) PRINTF_FORMAT(2, 3) NO_RETURN; void ovs_error(int err_no, const char *format, ...) PRINTF_FORMAT(2, 3); +const char *ovs_retval_to_string(int); void ovs_hex_dump(FILE *, const void *, size_t, uintptr_t offset, bool ascii); bool str_to_int(const char *, int base, int *);