- moved IFServerOption to ifile.c

- moved PWSicsUser to passwd.c
- moved back InitObjectCommands to ofac.c
This commit is contained in:
zolliker
2010-01-28 08:39:21 +00:00
parent 492bed4ba7
commit 969b35d1d7
4 changed files with 136 additions and 9 deletions

14
ofac.h
View File

@@ -3,6 +3,14 @@
*
* copyright: see file COPYRIGHT
*
* SICS is a highly configurable system. This function implements
* the configurable. Configuration is meant to happen via a Tcl-
* configuration script. This module will initialize commands which
* create SICS-objects. Than an initialization file is evaluated
* via the macro facility. As most of the initialization commands
* will no longer be needed after this, they will be deleted.
* All this will be run with a higly privileged connection which
* prints to stdout/stdin.
*
* Mark Koennecke 1996 - ?
* Markus Zolliker Jan 2010
@@ -12,10 +20,6 @@
#define OBJECTFACTORY
#include "sics.h"
/* module initialisation calls */
void InitGeneral(void);
/* module initialisation calls */
void InitIniCommands(SicsInterp * pInter);
int InitObjectCommands(pServer pServ, char *file);
#endif