- split status.c into status.c and statusfile.c
- improvements for scriptcontext.c
This commit is contained in:
2
ofac.c
2
ofac.c
@ -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 */
|
||||
}
|
||||
|
Reference in New Issue
Block a user