legacy/libisofs_outdated/tags/ZeroTwoFour/libisofs/exclude.h

13 lines
248 B
C
Raw Normal View History

2007-07-31 10:21:11 +00:00
#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 */