#include "../config.h"#include "hlbr.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| int | ParseConfig () |
| int | GetLine (FILE *fp, char *buff, int buff_len) |
| int GetLine | ( | FILE * | fp, | |
| char * | buff, | |||
| int | buff_len | |||
| ) |
Definition at line 23 of file parse_config.c.
Referenced by ParseAction(), ParseConfig(), ParseInterface(), ParseList(), ParseRouting(), ParseRule(), ParseRules(), ParseSystem(), TCPListContentAddNode(), and TCPListNoCaseAddNode().
| int ParseConfig | ( | ) |
Definition at line 431 of file parse_config.c.
References global_vars::ConfigFilename, FALSE, fp, GetLine(), Globals, LIST_TYPE_IP, ParseAction(), ParseInterface(), ParseList(), ParseRouting(), ParseSystem(), TRUE, and global_vars::UseThreads.
Referenced by main().
1.5.2