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