summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-02-09 10:30:46 -0800
committerBen Pfaff <blp@ovn.org>2018-02-13 10:43:10 -0800
commit31292693fc3a845a5f40102fcbf500cfe3167290 (patch)
tree79daf5fab22ac017fcd9600bd96f4be7141c8637 /include
parentf50c1eb4a6879a6a5a2c45c90e18df4ba08a9d34 (diff)
downloadopenvswitch-31292693fc3a845a5f40102fcbf500cfe3167290.tar.gz
ofp-util: Remove prototypes for unimplemented functions.
Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/ofp-util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h
index 5dd1b34c2..876ca6ed2 100644
--- a/include/openvswitch/ofp-util.h
+++ b/include/openvswitch/ofp-util.h
@@ -39,7 +39,6 @@ extern "C" {
#endif
struct ofpbuf;
-union ofp_action;
struct ofpact_set_field;
struct vl_mff_map;
@@ -1190,17 +1189,6 @@ struct ofpbuf *make_echo_reply(const struct ofp_header *rq);
struct ofpbuf *ofputil_encode_barrier_request(enum ofp_version);
-/* Actions. */
-
-bool action_outputs_to_port(const union ofp_action *, ovs_be16 port);
-
-enum ofperr ofputil_pull_actions(struct ofpbuf *, unsigned int actions_len,
- union ofp_action **, size_t *);
-
-bool ofputil_actions_equal(const union ofp_action *a, size_t n_a,
- const union ofp_action *b, size_t n_b);
-union ofp_action *ofputil_actions_clone(const union ofp_action *, size_t n);
-
/* Handy utility for parsing flows and actions. */
bool ofputil_parse_key_value(char **stringp, char **keyp, char **valuep);