home *** CD-ROM | disk | FTP | other *** search
- /* PCNFSD headers
-
- ©1999 Joseph Walton
-
- This software is distributed under the terms of the GNU General Public
- License; either version 2 of the License, or (at your option) any
- later version.
- */
-
- #ifndef NFSD_PCNFSD_H
- #define NFSD_PCNFSD_H
-
- #include "pcnfsd_prot.h"
-
- int pcnfsd_procedure(struct Call *call, int32 *ptr, int32 *limit,
- int32 *rptr, int32 *rlimit);
-
- #endif
-
-