Reverted the use of bool in favour of gboolean
[midnight-commander.git] / vfs / ftpfs.h
blob640a41c860399f798c19988f61840cc75cdce5fa
1 #ifndef MC_VFS_FTPFS_H
2 #define MC_VFS_FTPFS_H
4 extern char *ftpfs_anonymous_passwd;
5 extern char *ftpfs_proxy_host;
6 extern int ftpfs_directory_timeout;
7 extern int ftpfs_always_use_proxy;
9 extern int ftpfs_retry_seconds;
10 extern int ftpfs_use_passive_connections;
11 extern int ftpfs_use_passive_connections_over_proxy;
12 extern int ftpfs_use_unix_list_options;
13 extern int ftpfs_first_cd_then_ls;
15 void ftpfs_init_passwd (void);
16 void init_ftpfs (void);
18 #define OPT_FLUSH 1
19 #define OPT_IGNORE_ERROR 2
21 #endif