diff options
Diffstat (limited to 'support/include/conffile.h')
-rw-r--r-- | support/include/conffile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/include/conffile.h b/support/include/conffile.h index fe23ec2..ce7aa21 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -76,10 +76,5 @@ static inline void upper2lower(char *str) *str++ = c; } -/* - * Default Mount options - */ -extern unsigned long config_default_vers; -extern unsigned long config_default_proto; #endif /* _CONFFILE_H_ */ |