diff options
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r-- | support/include/exportfs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h index a5cf482..ce7eac0 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -103,6 +103,13 @@ int rmtab_read(void); struct nfskey * key_lookup(char *hname); +struct export_features { + unsigned int flags; + unsigned int secinfo_flags; +}; + +struct export_features *get_export_features(void); + /* Record export error. */ extern int export_errno; |