From: Thadeu Lima de Souza Cascardo Date: Sat, 1 Nov 2008 20:30:59 +0000 (-0200) Subject: Fixed header protection macro X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=commitdiff_plain;h=1fda1722d0d07221ede87989d6e580fdbdd5c4c6 Fixed header protection macro --- diff --git a/tcp_connect.h b/tcp_connect.h index 1d62037..7dde5b0 100644 --- a/tcp_connect.h +++ b/tcp_connect.h @@ -16,8 +16,8 @@ * */ -#ifndef SORT_UDNS_H -#define SORT_UDNS_H +#ifndef TCP_CONNECT_H +#define TCP_CONNECT_H int tcp_connect (char *, char*);