blob: bdad03b459f44703a97de1e89ddfe06e36cf1ea1 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef fooprotocolnativehfoo
#define fooprotocolnativehfoo
struct protocol_native;
struct protocol_native* protocol_native(struct socket_server *server);
void protocol_native_free(struct protocol_native *n);
#endif
|