mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
*** empty log message ***
This commit is contained in:
parent
f8d650c4e5
commit
b7a1a75261
@ -439,6 +439,8 @@ int fullRead(int fd, char *buf, int len)
|
|||||||
* Walk down all the directories under the specified
|
* Walk down all the directories under the specified
|
||||||
* location, and do something (something specified
|
* location, and do something (something specified
|
||||||
* by the fileAction and dirAction function pointers).
|
* by the fileAction and dirAction function pointers).
|
||||||
|
*
|
||||||
|
* TODO: check if ftw(3) can replace this to reduce code size...
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction,
|
recursiveAction(const char *fileName, int recurse, int followLinks, int delayDirAction,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user