cctools
file_link_recursive.h
Go to the documentation of this file.
1 #ifndef FILE_LINK_RECURSIVE_H
2 #define FILE_LINK_RECURSIVE_H
3 
14 int file_link_recursive( const char *source, const char *target, int allow_symlink );
15 
16 #endif