1 /* -*- mode: C; c-basic-offset: 8; indent-tabs-mode: nil; tab-width: 8 -*- */ 2 3 #include "url.h" 4 5 #ifndef FTP_H 6 #define FTP_H 7 8 #ifdef PROTOTYPES 9 10 int ftp_transfer(UrlResource *); 11 12 #endif 13 14 #endif /* FTP_H */ 15 16