X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fidmapd%2Fnfs_idmap.h;h=59bced3c16d0dfb257883dc94c5485fa96014bf1;hb=5fb4042ce4eb4fd5e50e3fb0f78bbd20b4d46e78;hp=5ec7cf173ee2d2efa2d45d3c43f115b510d8e273;hpb=021751e2e70c0d629bf196065816949e38b158d9;p=nfs-utils.git 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 */