3 #if !defined(__FTPFS_H)
6 extern char *ftpfs_anonymous_passwd
;
7 extern char *ftpfs_proxy_host
;
8 extern int ftpfs_directory_timeout
;
9 extern int ftpfs_always_use_proxy
;
11 extern int ftpfs_retry_seconds
;
12 extern int ftpfs_use_passive_connections
;
13 extern int ftpfs_use_unix_list_options
;
14 extern int ftpfs_first_cd_then_ls
;
16 void ftpfs_init_passwd (void);
19 #define OPT_IGNORE_ERROR 2
21 #endif /* __FTPFS_H */