Import ezmlm 0.53
[ezmlm] / open.h
CommitLineData
5b62e993
MW
1#ifndef OPEN_H
2#define OPEN_H
3
4extern int open_read();
5extern int open_excl();
6extern int open_append();
7extern int open_trunc();
8extern int open_write();
9
10#endif