aboutsummaryrefslogblamecommitdiffstats
path: root/servers-master.h
blob: 8c49319a11b06d748624e430c56c4c1c9da9bdbe (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                         
/* See LICENSE file for copyright and license details. */
#ifndef SERVERS_MASTER_H
#define SERVERS_MASTER_H

/**
 * Disconnect all clients
 */
void disconnect_all(void);

/**
 * The program's main loop
 * 
 * @return  Zero on success, -1 on error
 */
int main_loop(void);

#endif