X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=lib%2Fofp-print.h;h=49bcfcdeb6cabfda333440b29eb10cb3c68a1771;hp=ae868a4be22a3184020e3a43dbbe38b0fb4130bc;hb=f25d0cf3c366;hpb=690a61c50a4744603be2ee3de8e22c97f9140d94 diff --git a/lib/ofp-print.h b/lib/ofp-print.h index ae868a4be..49bcfcdeb 100644 --- a/lib/ofp-print.h +++ b/lib/ofp-print.h @@ -25,7 +25,6 @@ struct ofp_flow_mod; struct ofp10_match; struct ds; -union ofp_action; #ifdef __cplusplus extern "C" { @@ -34,7 +33,6 @@ extern "C" { void ofp_print(FILE *, const void *, size_t, int verbosity); void ofp_print_packet(FILE *stream, const void *data, size_t len); -void ofp_print_actions(struct ds *, const union ofp_action *, size_t); void ofp10_match_print(struct ds *, const struct ofp10_match *, int verbosity); char *ofp_to_string(const void *, size_t, int verbosity);