aboutsummaryrefslogtreecommitdiff
path: root/conf/trap/trap_aix3.h
blob: 3268eff9ecf2dbc1302c7d7fdb8a678185ad1859 (plain) (blame)
1
2
3
4
5
/* $srcdir/conf/trap/trap_aix3.h */
extern int mount_aix3(char *fsname, char *dir, int flags, int type, void *data, char *mnt_opts);
#define	MOUNT_TRAP(type, mnt, flags, mnt_data) 	mount_aix3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data, mnt->mnt_opts)
/* there is no other better place for this missing external definition */
extern int uvmount(int VirtualFileSystemID, int Flag);