ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
gen_alloc.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef GEN_ALLOC_H
4
#define GEN_ALLOC_H
5
6
#define GEN_ALLOC_typedef(ta,type,field,len,a) \
7
typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;
8
9
#endif
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13