10 lines
227 B
C
10 lines
227 B
C
#pragma once
|
|
|
|
struct tfe_proxy;
|
|
|
|
const char * tfe_proxy_default_conffile();
|
|
const char * tfe_proxy_default_logger();
|
|
unsigned int tfe_proxy_get_thread_count();
|
|
struct event_base * tfe_proxy_get_evbase(unsigned int thread_id);
|
|
|