diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-30 17:03:33 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-30 17:03:33 +0000 |
| commit | 6f8cef248e1467595a932707eb9a9c53af2e8839 (patch) | |
| tree | 14beaef0e6253ab3657b59a90231d2788806307a /include/proto.h | |
| parent | 13cb3930e9989aba57f0301a821f64ceed29af20 (diff) | |
- opravene memory leaky pomocou vlagrindu
- sietovy protokol je navrhnuty tal aby client odsiselal info o tom, ze obdrzal spravu
git-svn-id: http://opensvn.csie.org/tuxanci_ng@57 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/proto.h')
| -rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 8838a60..5a097a6 100644 --- a/include/proto.h +++ b/include/proto.h @@ -53,6 +53,8 @@ extern void proto_send_hello_client(char *name); extern void proto_recv_hello_server(client_t *client, char *msg); extern void proto_send_status_server(int type, client_t *client); extern void proto_recv_status_server(client_t *client, char *msg); +extern void proto_send_check_client(int id); +extern void proto_recv_check_server(client_t *client, char *msg); extern void proto_send_init_server(int type, client_t *client, client_t *client2); extern void proto_recv_init_client(char *msg); extern void proto_send_event_server(int type, client_t *client, tux_t *tux, int action); |