X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=fecaa88e88e726370ffe7ba49f494cd3feac10ac;hp=c9137d69caf597146ac4f4208054ff82bf6aec87;hb=fdc6a2f106315cd9ed22943d8c0bd279631e66b4;hpb=7648bc606596851942dd6437ddaa93f53ab20f09 diff --git a/src/protocol.h b/src/protocol.h index c9137d69..fecaa88e 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol.h,v 1.5.4.2 2000/06/25 15:22:16 guus Exp $ + $Id: protocol.h,v 1.5.4.4 2000/08/07 14:52:16 guus Exp $ */ #ifndef __TINC_PROTOCOL_H__ @@ -59,6 +59,7 @@ enum { CALCULATE = 100, /* calculate the following numer^privkey and send me the result */ CALC_RES, /* result of the above */ ALMOST_KEY, /* this number^privkey is the shared key */ + PACKET = 110, /* TCP tunneled network packet */ REQ_KEY = 160, /* request public key */ ANS_KEY, /* answer to such request */ KEY_CHANGED, /* public key has changed */ @@ -72,6 +73,7 @@ extern int send_termreq(conn_list_t *); extern int send_timeout(conn_list_t *); extern int send_key_request(ip_t); extern void send_key_changed_all(void); +extern int send_del_host(conn_list_t *, conn_list_t *); #endif /* __TINC_PROTOCOL_H__ */