X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=3eb03d980e1edbe50dbb4a3a1cd0ff703810a185;hp=ce7eac0b7507e7ddab4186b38c7d3dd13479218d;hb=aa4c771fc359e097a3a6c3637f78c7bed7c450e9;hpb=d778309abd38fcd6a240448606192b9ef3411565 diff --git a/support/include/exportfs.h b/support/include/exportfs.h index ce7eac0..3eb03d9 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -69,12 +69,10 @@ extern exp_hash_table exportlist[MCL_MAXTYPES]; extern nfs_client * clientlist[MCL_MAXTYPES]; nfs_client * client_lookup(char *hname, int canonical); -nfs_client * client_find(struct hostent *); void client_add(nfs_client *); nfs_client * client_dup(nfs_client *, struct hostent *); int client_gettype(char *hname); int client_check(nfs_client *, struct hostent *); -int client_match(nfs_client *, char *hname); void client_release(nfs_client *); void client_freeall(void); char * client_compose(struct hostent *he); @@ -99,6 +97,8 @@ int xtab_mount_write(void); int xtab_export_write(void); void xtab_append(nfs_export *); +int secinfo_addflavor(struct flav_info *, struct exportent *); + int rmtab_read(void); struct nfskey * key_lookup(char *hname);