8 lines
229 B
C
8 lines
229 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
struct tfe_proxy;
|
||
|
|
struct acceptor_kni_v2;
|
||
|
|
|
||
|
|
struct acceptor_kni_v2 * acceptor_kni_v2_create(struct tfe_proxy * proxy, const char * profile, void * logger);
|
||
|
|
void acceptor_kni_v2_destroy(struct acceptor_kni_v2 * ctx);
|