From: Simon Horman Date: Thu, 23 Feb 2012 13:55:43 +0000 (+0900) Subject: ofp-util: Remove duplicate declaration of ofputil_decode_packet_in() X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000ad52df72ab5f21f39cdb44aec42c02b6c26c8;p=openvswitch ofp-util: Remove duplicate declaration of ofputil_decode_packet_in() Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.h b/lib/ofp-util.h index e64be514..59d6b1ab 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -247,8 +247,6 @@ int ofputil_decode_packet_in(struct ofputil_packet_in *, const struct ofp_header *); struct ofpbuf *ofputil_encode_packet_in(const struct ofputil_packet_in *, enum nx_packet_in_format); -int ofputil_decode_packet_in(struct ofputil_packet_in *pi, - const struct ofp_header *oh); /* Abstract packet-out message. */ struct ofputil_packet_out {