|
|
| File: [Development] / xfs-linux-nodel / Attic / xfsdmapistubs.c (download)
Revision 1.2, Tue Oct 5 05:18:56 1999 UTC (18 years ago) by cattelan
Added (void) to all function stubs... compiler thinks they sortof look like prototypes but they are not. |
/* Stub routines needed for the X/open implementration of the DMAPI
* spec.
*/
extern int nopkg(void);
int xfs_dm_fcntl(void) { return nopkg(); }
int xfs_dm_send_create_event(void) { return 0; }
int xfs_dm_send_data_event(void) { return nopkg(); }