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