9 extern int hasinput(
const int quitloop);
 
int badcmds
Definition: syntax.c:20
int hasinput(const int quitloop)
check if there is already more input from network available 
Definition: syntax.c:121
void wait_for_quit(void)
run the SMTP command loop but only accept QUIT 
Definition: syntax.c:54
void sync_pipelining(void)
check if there are already commands in the pipeline 
Definition: syntax.c:85
void check_max_bad_commands(void)
check if the amount of bad commands was reached 
Definition: syntax.c:29