release
[hcoop/zz_old/debian/djbdns.git] / getln.h
1 #ifndef GETLN_H
2 #define GETLN_H
3
4 #include "buffer.h"
5 #include "stralloc.h"
6
7 extern int getln(buffer *,stralloc *,int *,int);
8 extern int getln2(buffer *,stralloc *,char **,unsigned int *,int);
9
10 #endif