Fixed [yang in CLICON_YANG_MAIN_DIR can't import module's in CLICON_YANG_DIR recursively](https://github.com/clicon/clixon/issues/286)
Which was a PR for [Recursive search CLIXON_YANG_DIR](https://github.com/clicon/clixon/issues/284)
This commit is contained in:
parent
52e63a14d0
commit
baa6e821a8
4 changed files with 136 additions and 114 deletions
|
|
@ -43,8 +43,7 @@
|
|||
int clicon_file_dirent(const char *dir, struct dirent **ent,
|
||||
const char *regexp, mode_t type);
|
||||
|
||||
int clicon_files_recursive(const char *dir, const char *regexp,
|
||||
char **dp, int *nent);
|
||||
int clicon_files_recursive(const char *dir, const char *regexp, cvec *cvv);
|
||||
|
||||
int clicon_file_copy(char *src, char *target);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue