OCT 1. 更新命令行参数结构体定义
This commit is contained in:
parent
0961906c5e
commit
470921dde3
|
@ -26,7 +26,7 @@
|
||||||
typedef void (*HelpCmdCb)(void *, const char *, void *);
|
typedef void (*HelpCmdCb)(void *, const char *, void *);
|
||||||
typedef int (*ProcessCmdCb)(void **, const char *, void *);
|
typedef int (*ProcessCmdCb)(void **, const char *, void *);
|
||||||
|
|
||||||
typedef struct __ARG_TBL_INFO {
|
typedef struct {
|
||||||
void *argTbl;
|
void *argTbl;
|
||||||
int nArgItem;
|
int nArgItem;
|
||||||
int *pErrCode;
|
int *pErrCode;
|
||||||
|
|
Loading…
Reference in New Issue