comparison src/scanner.cpp @ 119:d9d2f8699621

uribl patch from Jeff Evans <jeffe@tricab.com>
author carl
date Sun, 12 Mar 2006 12:38:43 -0800
parents aa07452e641b
children e316f6fd9c39
comparison
equal deleted inserted replaced
118:13fcb0c66763 119:d9d2f8699621
4 the GPL version 2 or any later version at your choice available at 4 the GPL version 2 or any later version at your choice available at
5 http://www.fsf.org/licenses/gpl.txt 5 http://www.fsf.org/licenses/gpl.txt
6 6
7 */ 7 */
8 8
9 #include <sys/socket.h>
10 #include <netinet/in.h>
11 #include <arpa/inet.h>
9 #include "includes.h" 12 #include "includes.h"
10 13
11 static char* scanner_version="$Id$"; 14 static char* scanner_version="$Id$";
12 15
13 //////////////////////////////////////////////// 16 ////////////////////////////////////////////////