mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
console: argtable3: sync arg_end argument name
...between declaration and definition, to silence clang-tidy warnings
This commit is contained in:
parent
ebe1acc6b8
commit
5f7afd3980
@ -215,7 +215,7 @@ ARG_EXTERN struct arg_date* arg_date0(const char* shortopts, const char* longopt
|
|||||||
ARG_EXTERN struct arg_date* arg_date1(const char* shortopts, const char* longopts, const char* format, const char* datatype, const char* glossary);
|
ARG_EXTERN struct arg_date* arg_date1(const char* shortopts, const char* longopts, const char* format, const char* datatype, const char* glossary);
|
||||||
ARG_EXTERN struct arg_date* arg_daten(const char* shortopts, const char* longopts, const char* format, const char* datatype, int mincount, int maxcount, const char* glossary);
|
ARG_EXTERN struct arg_date* arg_daten(const char* shortopts, const char* longopts, const char* format, const char* datatype, int mincount, int maxcount, const char* glossary);
|
||||||
|
|
||||||
ARG_EXTERN struct arg_end* arg_end(int maxerrors);
|
ARG_EXTERN struct arg_end* arg_end(int maxcount);
|
||||||
|
|
||||||
#define ARG_DSTR_STATIC ((arg_dstr_freefn*)0)
|
#define ARG_DSTR_STATIC ((arg_dstr_freefn*)0)
|
||||||
#define ARG_DSTR_VOLATILE ((arg_dstr_freefn*)1)
|
#define ARG_DSTR_VOLATILE ((arg_dstr_freefn*)1)
|
||||||
|
Loading…
Reference in New Issue
Block a user