added regexp free routines, replaced regexp mode string with symbol
This commit is contained in:
parent
5706703ab4
commit
2ae9529a3e
10 changed files with 115 additions and 35 deletions
|
|
@ -42,5 +42,6 @@
|
|||
int regexp_xsd2posix(char *xsd, char **posix);
|
||||
int regex_compile(clicon_handle h, char *regexp, void **recomp);
|
||||
int regex_exec(clicon_handle h, void *recomp, char *string);
|
||||
int regex_free(clicon_handle h, void *recomp);
|
||||
|
||||
#endif /* _CLIXON_REGEX_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue