summaryrefslogtreecommitdiff
path: root/src/base/serverSendMsg.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-03 14:17:06 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-03 14:17:06 +0000
commit00c9cebac684c42741e924d11038d5591e87dacd (patch)
treea2056cbbf8ae0512ff15e9eb8868ceab29877073 /src/base/serverSendMsg.h
parent1a592767c6e34bdeb7f30fa063b5e24c57d45894 (diff)
- trochu rozsirena konfiguracvia, viz http://www.tuxanci.org/server/howto
- moznost logovat so suboru git-svn-id: http://opensvn.csie.org/tuxanci_ng@188 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/serverSendMsg.h')
-rw-r--r--src/base/serverSendMsg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/base/serverSendMsg.h b/src/base/serverSendMsg.h
new file mode 100644
index 0000000..49da067
--- /dev/null
+++ b/src/base/serverSendMsg.h
@@ -0,0 +1,15 @@
+
+#ifndef SERVER_SEND_MSG_H
+
+#define SERVER_SEND_MSG_H
+
+#include "server.h"
+
+#define PROTO_SEND_ONE 0
+#define PROTO_SEND_ALL 1
+#define PROTO_SEND_BUT 3
+#define PROTO_SEND_ALL_SEES_TUX 4
+
+extern void protoSendClient(int type, client_t *client, char *msg, int type2, int id);
+
+#endif