X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fofp-print.h;h=76ff9248d1fc8fbcaa6c8946da43db4a2acf7a53;hb=1297ff43df635c9c45cc45940729e5bea7d0b089;hp=167809ad3178c6ddc3e7b4ebbeae7069e5420a08;hpb=c2fa32706eafe208b947440ff4207156e6e3b1cb;p=sliver-openvswitch.git diff --git a/include/ofp-print.h b/include/ofp-print.h index 167809ad3..76ff9248d 100644 --- a/include/ofp-print.h +++ b/include/ofp-print.h @@ -39,18 +39,15 @@ #include struct ofp_flow_mod; -struct ofp_table; #ifdef __cplusplus extern "C" { #endif void ofp_print(FILE *, const void *, size_t, int verbosity); -void ofp_print_table(FILE *stream, const struct ofp_table* ot); void ofp_print_packet(FILE *stream, const void *data, size_t len, size_t total_len); char *ofp_to_string(const void *, size_t, int verbosity); -char *ofp_table_to_string(const struct ofp_table* ot); char *ofp_packet_to_string(const void *data, size_t len, size_t total_len); #ifdef __cplusplus