[squid-users] Re: chpasswd.cgi: 'make' error (error: conflicting types for)

From: ramautar <ramautar@dont-contact.us>
Date: Fri, 11 Feb 2005 19:53:58 +0530

Add following to chpasswd.c just after #include statements.
All error will vanish, and compilation will succeeded.

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);
Received on Fri Feb 11 2005 - 07:24:27 MST

This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:02 MST