release
[hcoop/zz_old/debian/djbdns.git] / open.h
1 #ifndef OPEN_H
2 #define OPEN_H
3
4 extern int open_read(const char *);
5 extern int open_excl(const char *);
6 extern int open_append(const char *);
7 extern int open_trunc(const char *);
8 extern int open_write(const char *);
9
10 #endif