s/qmail  3.3.23
Next generation secure email transport
ndelay.h
Go to the documentation of this file.
1 #ifndef NDELAY_H
2 #define NDELAY_H
3 
4 int ndelay_on(int);
5 int ndelay_off(int);
6 
7 #endif
int ndelay_on(int)
Definition: ndelay.c:9
int ndelay_off(int)
Definition: ndelay_off.c:9