2012-05-23 00:42:14 +01:00
|
|
|
#ifndef __CONTROL_H
|
|
|
|
#define __CONTROL_H
|
|
|
|
|
2012-05-30 20:13:56 +01:00
|
|
|
void accept_control_connection(struct mode_serve_params* params, int client_fd, union mysockaddr* client_address);
|
2012-05-23 00:42:14 +01:00
|
|
|
void serve_open_control_socket(struct mode_serve_params* params);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|