diff options
Diffstat (limited to 'conf/trap/trap_isc3.h')
| -rw-r--r-- | conf/trap/trap_isc3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/trap/trap_isc3.h b/conf/trap/trap_isc3.h new file mode 100644 index 000000000000..8618a86ce588 --- /dev/null +++ b/conf/trap/trap_isc3.h @@ -0,0 +1,3 @@ +/* $srcdir/conf/trap/trap_isc3.h */ +extern int mount_isc3(char *fsname, char *dir, int flags, int type, void *data); +#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_isc3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data) |
