projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fdd76
)
ofp-util: Remove duplicate declaration of ofputil_decode_packet_in()
author
Simon Horman
<horms@verge.net.au>
Thu, 23 Feb 2012 13:55:43 +0000
(22:55 +0900)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/lib/ofp-util.h
b/lib/ofp-util.h
index e64be514f58965b93fd5c1760c49914f1aa30f8a..59d6b1abf9e686f763b55ffc5c640fbc0caf2a5e 100644
(file)
--- 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 {