version 1.1.1.1.2.10, 2011/12/09 09:53:54
|
version 1.1.1.1.2.11, 2011/12/12 09:24:25
|
Line 8
|
Line 8
|
sl_config cfg; |
sl_config cfg; |
sessions_t Sessions; |
sessions_t Sessions; |
sched_root_task_t *root; |
sched_root_task_t *root; |
|
sqlite3 *acc, *pub; |
|
FILE *logg; |
extern char compiled[], compiledby[], compilehost[]; |
extern char compiled[], compiledby[], compilehost[]; |
static char szCfgName[MAXPATHLEN]; |
static char szCfgName[MAXPATHLEN]; |
int Verbose, Kill; |
int Verbose, Kill; |
Line 55 main(int argc, char **argv)
|
Line 57 main(int argc, char **argv)
|
{ |
{ |
char ch, batch = 0, szStr[STRSIZ]; |
char ch, batch = 0, szStr[STRSIZ]; |
register int i; |
register int i; |
sqlite3 *acc = NULL, *pub = NULL; |
|
FILE *logg = NULL; |
|
int sock = -1, ret = 0; |
int sock = -1, ret = 0; |
struct passwd *pass; |
struct passwd *pass; |
struct sigaction sa; |
struct sigaction sa; |