ucspi-ssl  0.12.7
ucspi-ssl
remoteinfo.h
Go to the documentation of this file.
1 #ifndef REMOTEINFO_H
2 #define REMOTEINFO_H
3 
4 #include "stralloc.h"
5 #include "uint_t.h"
6 
7 extern int remoteinfo(stralloc *,char *,uint16,char *,uint16,unsigned int,uint32);
8 
9 #endif
int remoteinfo(stralloc *, char *, uint16, char *, uint16, unsigned int, uint32)