X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=db1c96c19a8c28e5c5671688c4f4dd6399295352;hp=f782523ed165712e534e7176286b36666a158c1d;hb=6f9f6779e6bd1dd7bb795b42dad550863a386ca8;hpb=9f38e394636a177c00a4545de2a99c661de36386 diff --git a/src/protocol.h b/src/protocol.h index f782523e..db1c96c1 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.35 2002/09/09 21:24:42 guus Exp $ + $Id: protocol.h,v 1.5.4.36 2002/09/09 22:32:55 guus Exp $ */ #ifndef __TINC_PROTOCOL_H__ @@ -93,7 +93,7 @@ extern int send_tcppacket(connection_t *, vpn_packet_t *); /* Request handlers */ -extern int (*request_handlers[]) (connection_t *); +extern int (*request_handlers[])(connection_t *); extern int id_h(connection_t *); extern int metakey_h(connection_t *);