X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fppp%2Fppp.h;h=726eca66835a3a62fdd38773ec15561f0eb90502;hb=2e7fbcc08152da5c6a17ed80ba08cd37edec6c8c;hp=fdc205b61e7e5fa07543b8367a9af8b693e0c261;hpb=70efbfcd49aaee207ff3d33ac60083fedd9f1eec;p=vpp.git diff --git a/src/vnet/ppp/ppp.h b/src/vnet/ppp/ppp.h index fdc205b61e7..726eca66835 100644 --- a/src/vnet/ppp/ppp.h +++ b/src/vnet/ppp/ppp.h @@ -93,9 +93,6 @@ void ppp_register_input_type (vlib_main_t * vm, ppp_protocol_t protocol, u32 node_index); -void ppp_set_adjacency (vnet_rewrite_header_t * rw, - uword max_data_bytes, ppp_protocol_t protocol); - format_function_t format_ppp_protocol; format_function_t format_ppp_header; format_function_t format_ppp_header_with_length;