s/qmail  3.3.23
Next generation secure email transport
getln.h
Go to the documentation of this file.
1 #ifndef GETLN_H
2 #define GETLN_H
3 #include "substdio.h"
4 #include "stralloc.h"
5 
6 extern int getln(substdio *,stralloc *,int *,int);
7 extern int getln2(substdio *,stralloc *,char **,unsigned int *,int);
8 
9 #endif
int getln(substdio *, stralloc *, int *, int)
int getln2(substdio *, stralloc *, char **, unsigned int *, int)