X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=tcp_connect.h;h=cb323d94e39a0671e994b3e19fd13753660ce2a3;hp=1d620376f8654c609ea631a8d9cdfa744e1e79c6;hb=39d881fb6016d470c523301586fc51beb3da16c1;hpb=68aad407c269e1ccea8ccba21101ab6f93470890;ds=sidebyside diff --git a/tcp_connect.h b/tcp_connect.h index 1d62037..cb323d9 100644 --- a/tcp_connect.h +++ b/tcp_connect.h @@ -16,9 +16,9 @@ * */ -#ifndef SORT_UDNS_H -#define SORT_UDNS_H +#ifndef HC_TCP_CONNECT_H +#define HC_TCP_CONNECT_H -int tcp_connect (char *, char*); +int hc_tcp_connect (char *, char*); #endif