]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/conffile.h
Use the default protocol and version values, when they
[nfs-utils.git] / support / include / conffile.h
index 132a149069e5da08b211a8fd8d7c7cd2171abb67..fe23ec27daf319f57c1d66048ea38a333c8053ad 100644 (file)
@@ -34,6 +34,7 @@
 #define _CONFFILE_H_
 
 #include <sys/queue.h>
+#include <ctype.h>
 
 struct conf_list_node {
        TAILQ_ENTRY(conf_list_node) link;
@@ -74,4 +75,11 @@ static inline void upper2lower(char *str)
        while ((c = tolower(*str)))
                *str++ = c;
 }
+
+/*
+ * Default Mount options
+ */
+extern unsigned long config_default_vers;
+extern unsigned long config_default_proto;
+
 #endif                         /* _CONFFILE_H_ */