/[axel]/trunk/search.h
ViewVC logotype

Contents of /trunk/search.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Jan 11 11:57:58 2008 UTC (5 years, 4 months ago) by appaji-guest
File MIME type: text/plain
File size: 1470 byte(s)
Import 1.0a
1 /********************************************************************\
2 * Axel -- A lighter download accelerator for Linux and other Unices. *
3 * *
4 * Copyright 2001 Wilmer van der Gaast *
5 \********************************************************************/
6
7 /* filesearching.com searcher 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 typedef struct
27 {
28 char url[MAX_STRING];
29 double speed_start_time;
30 int speed, size;
31 pthread_t speed_thread[1];
32 conf_t *conf;
33 } search_t;
34
35 int search_makelist( search_t *results, char *url );
36 int search_getspeeds( search_t *results, int count );
37 void search_sortlist( search_t *results, int count );

  ViewVC Help
Powered by ViewVC 1.1.5