s/qmail  3.3.23
Next generation secure email transport
open_read.c
Go to the documentation of this file.
1 #include <sys/types.h>
2 #include <fcntl.h>
3 #include "open.h"
4 
5 int open_read(char *fn)
6 {
7  return open(fn,O_RDONLY | O_NDELAY);
8 }
stralloc fn
Definition: qmail-send.c:90
int open_read(char *fn)
Definition: open_read.c:5