ucspi-ssl  0.99e
TLS encryption for IPv6 communication
getln.h
Go to the documentation of this file.
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
int getln(buffer *, stralloc *, int *, int)
Definition: getln.c:4
int getln2(buffer *, stralloc *, char **, unsigned int *, int)
Definition: getln2.c:4
Definition: buffer.h:6