X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=blobdiff_plain;f=tcp_connect.h;h=90e0831a1856c0019b8805cc0392c71dd26762be;hp=cb323d94e39a0671e994b3e19fd13753660ce2a3;hb=HEAD;hpb=177a38d9b0c0b456b32d71f6aae358dd6f898f29 diff --git a/tcp_connect.h b/tcp_connect.h index cb323d9..90e0831 100644 --- a/tcp_connect.h +++ b/tcp_connect.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Thadeu Lima de Souza Cascardo + * Copyright (C) 2008 Thadeu Lima de Souza Cascardo * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,5 +20,6 @@ #define HC_TCP_CONNECT_H int hc_tcp_connect (char *, char*); +int hc_tcp_server (char*); #endif