ucspi-ssl  0.99e
TLS encryption for IPv6 communication
readclose.h
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #ifndef READCLOSE_H
4 #define READCLOSE_H
5 
6 #include "stralloc.h"
7 
8 extern int readclose_append(int,stralloc *,unsigned int);
9 extern int readclose(int,stralloc *,unsigned int);
10 
11 #endif
int readclose(int, stralloc *, unsigned int)
Definition: readclose.c:19
int readclose_append(int, stralloc *, unsigned int)
Definition: readclose.c:7