]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/conffile.h
Introducing the parsing of both 'defaultvers' and 'defaultproto'
[nfs-utils.git] / support / include / conffile.h
index 672020aa750c5e455276623fb7a484c30e01a0fa..fe23ec27daf319f57c1d66048ea38a333c8053ad 100644 (file)
@@ -75,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_ */