Add command line source/header files.
This commit is contained in:
11
src/cmdline.h
Normal file
11
src/cmdline.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
struct cmdline
|
||||
{
|
||||
char *cfgfile;
|
||||
unsigned int help : 1;
|
||||
unsigned int list : 1;
|
||||
unsigned int offload : 1;
|
||||
};
|
||||
|
||||
void parsecommandline(struct cmdline *cmd, int argc, char *argv[]);
|
||||
Reference in New Issue
Block a user