#include "ppp.h" int ipcp_start(struct ppp_t *ppp) { return 0; } void ipcp_finish(struct ppp_t *ppp) { }