7 lines
173 B
C
7 lines
173 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
struct tfe_proxy;
|
||
|
|
|
||
|
|
struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||
|
|
void acceptor_kni_v4_destroy();
|