[BACK]Return to xfsdmapistubs.c CVS log [TXT][DIR] Up to [Development] / xfs-linux-nodel

File: [Development] / xfs-linux-nodel / Attic / xfsdmapistubs.c (download)

Revision 1.1, Thu Sep 2 22:52:53 1999 UTC (18 years, 1 month ago) by mostek
Branch: MAIN

DMAPI stub file.

/*	Stub routines needed for the X/open implementration of the DMAPI
 * 	spec.
 */

extern int nopkg(void);

int	xfs_dm_fcntl() { return nopkg(); }

int	xfs_dm_send_create_event() { return 0; }

int	xfs_dm_send_data_event() { return nopkg(); }