Extract server-related functions

To lighten screen.c, move start_server() and stop_server() to a separate
file.
This commit is contained in:
Romain Vimont
2018-01-22 11:22:31 +01:00
parent 52af91f6b0
commit 7d67696b7e
4 changed files with 27 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ src = [
'src/lockutil.c',
'src/netutil.c',
'src/screen.c',
'src/server.c',
'src/strutil.c',
]