1 2 3 4 5 6 7
#include "pwdb.h" #include "ppp.h" int pwdb_check(struct ppp_t *ppp,const char *username,const char *password) { return 0; }