ofp-print: Avoid converting flow to ofp_match just to format it.
[openvswitch] / lib / util.h
index 6bc174040659b235acc8082aff7a4b134c6d7794..703b93cf4c6e528ec0d5c48ae5034b03f0cd710f 100644 (file)
@@ -132,6 +132,7 @@ bool str_to_ullong(const char *, int base, unsigned long long *);
 bool str_to_double(const char *, double *);
 
 int hexit_value(int c);
+unsigned int hexits_value(const char *s, size_t n, bool *ok);
 
 char *get_cwd(void);
 char *dir_name(const char *file_name);