/[axel]/branches/2.x/tcp.h
ViewVC logotype

Contents of /branches/2.x/tcp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (hide annotations) (download)
Mon Sep 15 07:26:26 2008 UTC (4 years, 8 months ago) by appaji-guest
File MIME type: text/plain
File size: 1257 byte(s)
Branching off from 2.0 for 2.x maint series
1 appaji-guest 2 /********************************************************************\
2     * Axel -- A lighter download accelerator for Linux and other Unices. *
3     * *
4     * Copyright 2001 Wilmer van der Gaast *
5     \********************************************************************/
6    
7     /* TCP control include file */
8    
9     /*
10     This program is free software; you can redistribute it and/or modify
11     it under the terms of the GNU General Public License as published by
12     the Free Software Foundation; either version 2 of the License, or
13     (at your option) any later version.
14    
15     This program is distributed in the hope that it will be useful,
16     but WITHOUT ANY WARRANTY; without even the implied warranty of
17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18     GNU General Public License for more details.
19    
20     You should have received a copy of the GNU General Public License with
21     the Debian GNU/Linux distribution in file /usr/doc/copyright/GPL;
22     if not, write to the Free Software Foundation, Inc., 59 Temple Place,
23     Suite 330, Boston, MA 02111-1307 USA
24     */
25    
26     int tcp_connect( char *hostname, int port, char *local_if );
27     int get_if_ip( char *iface, char *ip );

  ViewVC Help
Powered by ViewVC 1.1.5