Add following to chpasswd.c just after #include statements. All error will vanish, and compilation will suceded.
void getword(char *word, char *line, char stop);
void Herror(char *msg, FILE * fpw, FILE * tmp);
void putline(FILE *,char *);
void Hmsg(char *msg);
void sendmail(char *user, char *subj, char *msg);
void Herror(char *msg, FILE * fpw, FILE * tmp);
void Changed(char *user, char *PwdLogFile, char *newpwd, char *showpwd, char *Pw
dFile, char *SmtpUser, char *SmtpSubject);
void NotFound(char *user, char *PwdLogFile, char *newpwd, char *showpwd, char *P
wdFile, char *SmtpUser, char *SmtpSubject);
void rulefail(char *minchar, char *minnum, char *minspec);
static void strip_latin(char *line);
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
