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_v2.h

8 lines
229 B
C
Raw Normal View History

#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);