summaryrefslogtreecommitdiff
path: root/other/b-scan/tmp/include/bscan/cf_prse.h
blob: 6185ab3fd6c29c9781d979834af5eac31952e205 (plain)
1
2
3
4
5
6
7
8
9
10
11
struct confFileOpt
{
  unsigned short flags;
  unsigned int limit;
  char *device;  
  unsigned long int delay;
  unsigned long srcAddr;
  unsigned short mac[5];
} FileOpt;

int readConfFile (char *);