aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend.h
blob: 16cf77ec6d137b0c16d1ae38dd05d1928b2612d0 (plain)
1
2
3
4
5
6
7
8
9
#include <sys/types.h>

backend* backend_match(char* name);
instance* instance_match(char* name);
struct timeval backend_timeout();
int backends_start();
int backends_stop();
void instances_free();
void channels_free();