Extract server-related functions
To lighten screen.c, move start_server() and stop_server() to a separate file.
This commit is contained in:
@@ -11,6 +11,7 @@ src = [
|
||||
'src/lockutil.c',
|
||||
'src/netutil.c',
|
||||
'src/screen.c',
|
||||
'src/server.c',
|
||||
'src/strutil.c',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user