~ubuntu-branches/ubuntu/raring/gift-gnutella/raring

« back to all changes in this revision

Viewing changes to src/gt_http_client.h

  • Committer: Bazaar Package Importer
  • Author(s): Göran Weinholt
  • Date: 2005-07-31 13:56:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050731135653-3i7bcwnrbe7wfd1i
Tags: 0.0.10.1-1
* New upstream version.
  - Fixes FTBFS with gcc-4.0 (closes: #286732).
* Updated debian/patches/update-gwebcaches.patch.
* Updated debian/patches/remove-too-old-check.patch.
* debian/control:
  - Change the encoding of my name to UTF-8.
  - Updated to Standards-Version: 3.6.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: gt_http_client.h,v 1.8 2003/11/27 23:18:03 hipnod Exp $
 
2
 * $Id: gt_http_client.h,v 1.9 2004/01/18 05:40:56 hipnod Exp $
3
3
 *
4
4
 * Copyright (C) 2001-2003 giFT project (gift.sourceforge.net)
5
5
 *
19
19
 
20
20
/*****************************************************************************/
21
21
 
22
 
void gt_http_client_get   (Chunk *chunk, GtTransfer *xfer);
23
 
void gt_http_client_push  (in_addr_t ip, in_port_t port,
24
 
                           char *request, off_t start, off_t stop);
25
 
void gt_http_client_reset (TCPC *c);
 
22
void    gt_http_client_get     (Chunk *chunk, GtTransfer *xfer);
 
23
void    gt_http_client_push    (in_addr_t ip, in_port_t port,
 
24
                                char *request, off_t start, off_t stop);
 
25
void    gt_http_client_reset   (TCPC *c);
26
26
 
27
 
int gt_http_handle_code (GtTransfer *xfer, int code);
28
 
void gt_http_client_start (int fd, input_id id, TCPC *c);
29
 
void gt_get_read_file     (int fd, input_id id, TCPC *c);
 
27
int     gt_http_handle_code    (GtTransfer *xfer, int code);
 
28
void    gt_http_client_start   (int fd, input_id id, GtTransfer *xfer);
 
29
void    gt_get_read_file       (int fd, input_id id, GtTransfer *xfer);
30
30
 
31
31
/*****************************************************************************/
32
32