diff options
Diffstat (limited to 'support/include/exportfs.h')
| -rw-r--r-- | support/include/exportfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h index deb837c..4021e60 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -77,4 +77,7 @@ int rmtab_read(void); struct nfskey * key_lookup(char *hname); +/* Record export error. */ +extern int export_errno; + #endif /* EXPORTFS_H */ |
