Fix for issue #284, do recursive lookup when reading YANG files from directory.
This commit is contained in:
parent
063e6d6faa
commit
057abe56e0
50 changed files with 181 additions and 84 deletions
|
|
@ -43,6 +43,9 @@
|
|||
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_file_copy(char *src, char *target);
|
||||
|
||||
#endif /* _CLIXON_FILE_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue