home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / sys / mount.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  331 b   |  16 lines

  1. #ifndef _SYS_MOUNT_H
  2. #define _SYS_MOUNT_H
  3.  
  4. #include <features.h>
  5.  
  6. __BEGIN_DECLS
  7.  
  8. extern int    mount __P ((__const char* __specialfile,
  9.         __const char* __dir,__const char* __filesystemype,
  10.             unsigned long __rwflag,__const void *__data));
  11. extern int    umount __P ((__const char* __specialfile));
  12.  
  13. __END_DECLS
  14.  
  15. #endif /* _SYS_MOUNT_H */
  16.