From 000ad52df72ab5f21f39cdb44aec42c02b6c26c8 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 23 Feb 2012 22:55:43 +0900 Subject: [PATCH] ofp-util: Remove duplicate declaration of ofputil_decode_packet_in() Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- lib/ofp-util.h | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.30.2