s/qmail  3.3.23
Next generation secure email transport
coe.c
Go to the documentation of this file.
1 #include <fcntl.h>
2 #include "coe.h"
3 
4 int coe(int fd)
5 {
6  return fcntl(fd,F_SETFD,1);
7 }
int fd
Definition: idedit.c:16
int coe(int fd)
Definition: coe.c:4