1 2 3 4 5 6 7 8 9
#ifndef PWDB_H #define PWDB_H struct ppp_t; int pwdb_check(struct ppp_t*,const char *username,const char *password); #endif