Branched 0.2.2 milestone
This commit is contained in:
12
branches/0.2.2/libisofs/exclude.h
Normal file
12
branches/0.2.2/libisofs/exclude.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ISO_EXCLUDE_H
|
||||
#define ISO_EXCLUDE_H
|
||||
|
||||
/**
|
||||
* Add a path to ignore when adding a directory recursively.
|
||||
*
|
||||
* \param path The path, on the local filesystem, of the file.
|
||||
*/
|
||||
int
|
||||
iso_exclude_lookup(const char *path);
|
||||
|
||||
#endif /* ISO_EXCLUDE */
|
Reference in New Issue
Block a user