home *** CD-ROM | disk | FTP | other *** search
- /* Headers for RPC servicing functions
-
- ©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_SERVICE_NFSD_H
- #define NFSD_SERVICE_NFSD_H
-
- void service(int s);
-
- #endif
-
-