release
[hcoop/zz_old/debian/djbdns.git] / readclose.h
1 #ifndef READCLOSE_H
2 #define READCLOSE_H
3
4 #include "stralloc.h"
5
6 extern int readclose_append(int,stralloc *,unsigned int);
7 extern int readclose(int,stralloc *,unsigned int);
8
9 #endif