home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / nfsd / src / mount.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-24  |  449 b   |  21 lines

  1. /*  Headers for routines for the mount protocol's RPC handling
  2.  
  3.     ©1999 Joseph Walton
  4.  
  5.     This software is distributed under the terms of the GNU General Public
  6.     License; either version 2 of the License, or (at your option) any
  7.     later version.
  8. */
  9.  
  10. #ifndef NFSD_MOUNT_H
  11. #define NFSD_MOUNT_H
  12.  
  13. #include "rpc.h"
  14. #include "mount_prot.h"
  15.  
  16. int mount_procedure(struct Call *call, int32 *ptr, int32 *limit,
  17.     int32 *rptr, int32 *rlimit);
  18.  
  19. #endif
  20.  
  21.