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

  1. /*  PCNFSD headers
  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_PCNFSD_H
  11. #define NFSD_PCNFSD_H
  12.  
  13. #include "pcnfsd_prot.h"
  14.  
  15. int pcnfsd_procedure(struct Call *call, int32 *ptr, int32 *limit,
  16.     int32 *rptr, int32 *rlimit);
  17.  
  18. #endif
  19.  
  20.