X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fidmapd%2Fnfs_idmap.h;h=59bced3c16d0dfb257883dc94c5485fa96014bf1;hp=5ec7cf173ee2d2efa2d45d3c43f115b510d8e273;hb=9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4;hpb=021751e2e70c0d629bf196065816949e38b158d9 diff --git a/utils/idmapd/nfs_idmap.h b/utils/idmapd/nfs_idmap.h index 5ec7cf1..59bced3 100644 --- a/utils/idmapd/nfs_idmap.h +++ b/utils/idmapd/nfs_idmap.h @@ -61,11 +61,4 @@ struct idmap_msg { u_int8_t im_status; }; -#ifdef __KERNEL__ -void *nfs_idmap_new(struct nfs_server *); -void nfs_idmap_delete(struct nfs_server *); -int nfs_idmap_id(struct nfs_server *, u_int8_t, char *, u_int, uid_t *); -int nfs_idmap_name(struct nfs_server *, u_int8_t, uid_t, char *, u_int *); -#endif /* __KERNEL__ */ - #endif /* NFS_IDMAP_H */