8 lines
224 B
C
8 lines
224 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
struct tfe_proxy;
|
||
|
|
struct acceptor_kni_v3;
|
||
|
|
|
||
|
|
struct acceptor_kni_v3 *acceptor_kni_v3_create(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||
|
|
void acceptor_kni_v3_destroy(struct acceptor_kni_v3 *ctx);
|