X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=47f772c7de41eecdc24c305a7701915754689dab;hp=a021f4fe2c109f9a1aad1d170af78ac4583ffb5a;hb=8b2b67e26c5b971761f5015764d5e188f6343bc4;hpb=82ebfc923ddb050c88bdf5d65ac943a15ca8748a diff --git a/src/protocol.h b/src/protocol.h index a021f4fe..47f772c7 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -17,7 +17,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.33 2002/09/04 13:48:52 guus Exp $ + $Id: protocol.h,v 1.5.4.34 2002/09/04 16:26:45 guus Exp $ */ #ifndef __TINC_PROTOCOL_H__ @@ -62,6 +62,7 @@ typedef struct past_request_t { /* Basic functions */ extern int send_request(connection_t*, const char*, ...); +extern int forward_request(connection_t *); extern int receive_request(connection_t *); extern int check_id(char *);