This commit is contained in:
mbloch
2012-05-30 20:14:14 +01:00
29 changed files with 1005 additions and 260 deletions

8
src/control.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __CONTROL_H
#define __CONTROL_H
void accept_control_connection(struct mode_serve_params* params, int client_fd, union mysockaddr* client_address);
void serve_open_control_socket(struct mode_serve_params* params);
#endif