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