Push the server and option code down to reduce dependency loops

This commit is contained in:
Douglas Clowes
2014-04-03 16:46:43 +11:00
parent a557cf577a
commit 93276478f5
5 changed files with 36 additions and 34 deletions

View File

@ -47,6 +47,7 @@
#include "ifile.h"
/*====================== Locals ============================================*/
IPair *pSICSOptions = NULL;
static IPair *CreateNewEntry(char *name, char *val, IPair * pN)
{