#ifndef XSWINSTALL_H #define XSWINSTALL_H /* * Install object flags: */ #define XSW_INST_OBJ_FLAG_DIR (1 << 0) #define XSW_INST_OBJ_FLAG_RECURSIVE (1 << 1) extern int XSWDoInstallObject( const char *target, const char *source, mode_t m, unsigned int flags, void *data ); #endif /* XSWINSTALL_H */