/* -*- mode: C; c-basic-offset: 8; indent-tabs-mode: nil; tab-width: 8 -*- */ #include "url.h" #ifndef FTP_H #define FTP_H #ifdef PROTOTYPES int ftp_transfer(UrlResource *); #endif #endif /* FTP_H */