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

  1. /*  Headers for RPC servicing functions
  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_SERVICE_NFSD_H
  11. #define NFSD_SERVICE_NFSD_H
  12.  
  13. void service(int s);
  14.  
  15. #endif
  16.  
  17.