version 1.1.2.1, 2010/10/27 13:10:40
|
version 1.1.2.2, 2010/10/27 13:29:06
|
Line 2
|
Line 2
|
#include "dwds.h" |
#include "dwds.h" |
|
|
|
|
|
int Verbose, Kill; |
|
char szConfig[MAXPATHLEN] = DWDS_CONFIG; |
|
extern char compiled[], compiledby[], compilehost[]; |
|
|
|
|
|
static void |
|
Usage() |
|
{ |
|
printf( "dWDS - WiFi dynamic WDS service managment for VAP\n" |
|
"=== %s === %s@%s ===\n\n" |
|
" Syntax: dwds [options] [interface(s) ...]\n" |
|
"\n" |
|
"\t-v\t\tVerbose ...\n" |
|
"\t-f\t\tForeground, not demonize process ...\n" |
|
"\t-c <config>\tConfig file [default=/etc/dwds.conf]\n" |
|
"\n", compiled, compiledby, compilehost); |
|
} |
|
|
|
// --------------------------------------------------------------- |
|
|
int |
int |
main(int argc, char **argv) |
main(int argc, char **argv) |
{ |
{ |
|
char ch, fg = 0; |
|
|
return 0; |
return 0; |
} |
} |