- split status.c into status.c and statusfile.c

- improvements for scriptcontext.c
This commit is contained in:
zolliker
2008-02-13 13:07:30 +00:00
parent 8ebd3b2772
commit 8cf738869d
13 changed files with 333 additions and 277 deletions

2
ofac.c
View File

@ -56,6 +56,7 @@
#include "servlog.h"
#include "nserver.h"
#include "status.h"
#include "statusfile.h"
#include "configfu.h"
#include "devexec.h"
#include "mumo.h"
@ -441,6 +442,7 @@
INIT(SctStartup);
INIT(LogReaderInit);
INIT(LogSetupInit);
INIT(StatusFileInit);
INIT(SiteInit); /* site specific initializations */
}