Hi, I get this error when I try to create chkuser.o ./compile chkuser.c chkuser.h chkuser_settings.h chkuser.h:43: error: expected ')' before '*' token chkuser.h:44: error: expected ')' before '*' token
I saw those 2 lines as followed, line 43 int chkuser_realrcpt (stralloc *sender, stralloc *rcpt); 44 int chkuser_sender (stralloc *sender); I rem out these 2 lines and set the chkuser variable to domains instead always. I also turn on the intrusion in chkuser_settings.h so mail will not queue up. My environment as followed, Gentoo Linux, netqmail 1.0.5 I'm using C compiler gcc4.1.1 that comes with Gentoo. Please help! Thanks! Charles 415-716-7240