]> git.pond.sub.org Git - empserver/commit
(close_files, finish_server, panic):
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 29 Nov 2005 03:57:44 +0000 (03:57 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 29 Nov 2005 03:57:44 +0000 (03:57 +0000)
commite89fb0bb178524b14535cd56d2fd0cafaac0dbcd
tree118932a3eae6e67291258b0bcb8b1f8148037134
parent803009d0cef9cd731e5031b775fbf86727b2dfd0
(close_files, finish_server, panic):
Rename close_files() to ef_close_srv() and move to fileinit.c.
Replace calls to close_files() with ef_fin_srv().
Call ef_close_srv() from ef_fin_srv().

(ef_close_srv, ef_fin_srv): New.

(init_files, init_server, ef_init_srv):
Rename init_files() to ef_open_srv() and move to fileinit.c.
Remove call to init_files() from init_server() and replace
with a call to ef_open_srv() from ef_init_srv().

(ef_open_srv): New.

(ef_load, init_server, ef_init_srv):
Move the call to ef_load() from init_server() to ef_init_srv().

(global_init, init_server, ef_init_srv):
Move the call to global_init() from init_server() to ef_init_srv().

(nullify_objects, global_init, init_server):
Split nullify_objects() into init_lchr() and init_dchr().
Locate init_lchr() and init_dchr() in init.c.
Add calls to init_lchr() and to init_dchr() from global_init().

(init_lchr(), init_dchr()): New.
include/prototypes.h
src/lib/global/init.c
src/lib/subs/fileinit.c
src/server/main.c