mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ofp-errors: Make ofperr_decode() static.
It had no users outside of ofp-errors.c. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -542,7 +542,6 @@ const char *ofperr_domain_get_name(enum ofp_version);
|
||||
|
||||
bool ofperr_is_valid(enum ofperr);
|
||||
|
||||
enum ofperr ofperr_decode(enum ofp_version, uint16_t type, uint16_t code);
|
||||
enum ofperr ofperr_from_name(const char *);
|
||||
|
||||
enum ofperr ofperr_decode_msg(const struct ofp_header *,
|
||||
|
Reference in New Issue
Block a user