![]() |
OpenELP
0.8.0
An Open Source EchoLink® Proxy
|
Represents an instance of an EchoLink proxy. More...
#include <openelp.h>
Data Fields | |
| struct proxy_conf | conf |
| Configuration for the proxy. | |
| void * | priv |
| Private data - used internally by proxy functions. | |
Represents an instance of an EchoLink proxy.
This struct should be initialized to zero before being used. The private data should be initialized using the proxy_init function, and subsequently freed by proxy_free when the proxy is no longer needed.
1.8.5