X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fconffile.h;fp=support%2Finclude%2Fconffile.h;h=fe23ec27daf319f57c1d66048ea38a333c8053ad;hb=2f61f62ac777cc03e30513f6fd3699f9e2f04e27;hp=672020aa750c5e455276623fb7a484c30e01a0fa;hpb=f87ae8235ae6042c0e514ba03e4eee7782d5bc6e;p=nfs-utils.git diff --git a/support/include/conffile.h b/support/include/conffile.h index 672020a..fe23ec2 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -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_ */