File: server.h

package info (click to toggle)
tetrinet 0.11%2Bgit20080905.a98fcc1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ansic: 4,409; makefile: 77
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#ifndef SERVER_H
#define SERVER_H

extern void read_config(void);
extern void write_config(void);
extern int server_main(void);

#endif	/* SERVER_H */