summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2016-08-20 10:19:19 -0400
committerSteve Dickson <steved@redhat.com>2016-08-20 10:59:14 -0400
commit0386fc1757838a096ae318347bc0bbd3ba94570b (patch)
tree3b3595ac5547f8ce5c384785ab21483a4cdc14f0 /support/include
parente66d9dc05411666cc2779c60f195a8f3e8677c5c (diff)
downloadnfs-utils-0386fc1757838a096ae318347bc0bbd3ba94570b.tar.gz
nfs-utils-0386fc1757838a096ae318347bc0bbd3ba94570b.tar.xz
nfs-utils-0386fc1757838a096ae318347bc0bbd3ba94570b.zip
Move export_d_read() to support/export/export.c
This places it in the same place as the similar export_read(), and allows it to be called from other programs. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r--support/include/exportfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h
index 4cac203..f033329 100644
--- a/support/include/exportfs.h
+++ b/support/include/exportfs.h
@@ -135,6 +135,7 @@ int client_member(const char *client,
const char *name);
int export_read(char *fname);
+int export_d_read(const char *dname);
void export_reset(nfs_export *);
nfs_export * export_lookup(char *hname, char *path, int caconical);
nfs_export * export_find(const struct addrinfo *ai,