restructured configuration (ofac.c)
- ofac.c contains now only the command in initialisation function list - the other functions are moved to sicsutil.c - moved DoubleTime and the content of access.c to sicsutil.c - moved some initialisation code from ofac.c to the corresponding modules
This commit is contained in:
@ -19,7 +19,7 @@ static char *pProTags[3] = {
|
||||
int InstallProtocol(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
void DeleteProtocol(void *pSelf);
|
||||
void MakeProtocol(SicsInterp * pSics);
|
||||
void MakeProtocol(void);
|
||||
|
||||
/*--------------------- operations --------------------------------------*/
|
||||
int ProtocolAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
|
Reference in New Issue
Block a user