From 593ac1e25c2053f06cb1b7e29785a695d3c57ad3 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 14 Mar 2008 19:31:47 +0000 Subject: - podpora UDP git-svn-id: http://opensvn.csie.org/tuxanci_ng@15 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 5813165..a741148 100644 --- a/include/proto.h +++ b/include/proto.h @@ -6,6 +6,8 @@ #include "tux.h" #include "server.h" +extern void proto_send_hello_client(); +extern void proto_recv_hello_server(client_t *client, char *msg); extern void proto_send_init_server(client_t *client); extern void proto_recv_init_client(char *msg); extern void proto_send_event_server(tux_t *tux, int action, client_t *client); @@ -20,6 +22,10 @@ extern void proto_send_additem_server(item_t *p); extern void proto_recv_additem_client(char *msg); extern void proto_send_context_client(tux_t *tux); extern void proto_recv_context_server(client_t *client, char *msg); +extern void proto_send_end_client(); +extern void proto_recv_end_server(client_t *client, char *msg); +extern void proto_send_end_server(); +extern void proto_recv_end_client(char *msg); #endif -- cgit v1.2.3