Branched 0.2.2 milestone

This commit is contained in:
Mario Danic
2006-09-16 20:20:09 +00:00
parent 0828d4352b
commit d4ae611434
114 changed files with 22256 additions and 0 deletions

View 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 */