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