version 1.1.2.4, 2010/10/27 15:23:49
|
version 1.1.2.5, 2010/10/27 16:35:54
|
Line 5
|
Line 5
|
sl_config cfg; |
sl_config cfg; |
int Verbose, Kill, nif; |
int Verbose, Kill, nif; |
char **ifs, szConfig[MAXPATHLEN] = DWDS_CONFIG; |
char **ifs, szConfig[MAXPATHLEN] = DWDS_CONFIG; |
struct dwds_if *wds; |
|
extern char compiled[], compiledby[], compilehost[]; |
extern char compiled[], compiledby[], compilehost[]; |
|
|
|
|
Line 56 sigHandler(int sig)
|
Line 55 sigHandler(int sig)
|
static int |
static int |
RtMsg(struct rt_msghdr *msg, size_t len) |
RtMsg(struct rt_msghdr *msg, size_t len) |
{ |
{ |
|
struct dwds_if *wds = NULL; |
|
|
return 0; |
return 0; |
} |
} |
|
|