ofp-util: Remove duplicate declaration of ofputil_decode_packet_in()
authorSimon Horman <horms@verge.net.au>
Thu, 23 Feb 2012 13:55:43 +0000 (22:55 +0900)
committerBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 18:06:51 +0000 (10:06 -0800)
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.h

index e64be51..59d6b1a 100644 (file)
@@ -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 {