indent parse.h
This commit is contained in:
parent
e9447f8c3b
commit
0d8502bdaf
1 changed files with 2 additions and 1 deletions
|
|
@ -86,4 +86,5 @@ struct cfginfo
|
||||||
|
|
||||||
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))
|
#define CFGINFO_MAXOFFSET (sizeof(struct cfginfo))
|
||||||
|
|
||||||
extern void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const char *opt, const char *restrict src);
|
extern void parse_one_option(struct cfginfo *restrict tmpcfg, const char *str, const char *opt,
|
||||||
|
const char *restrict src);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue