This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/platform/include/internal/acceptor_kni_v4.h

7 lines
159 B
C
Raw Normal View History

2023-04-18 16:03:57 +08:00
#pragma once
struct tfe_proxy;
2023-05-15 16:41:59 +08:00
struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const char *profile);
2023-04-18 16:03:57 +08:00
void acceptor_kni_v4_destroy();