]> git.cworth.org Git - ttt/blobdiff - src/ttt-server.h
2005-11-14 Carl Worth <cworth@cworth.org>
[ttt] / src / ttt-server.h
index 773b0349491742ab1e42d1a564e54ada515d4534..b8d2496e2149d44285b302a14d6fb28da13714a7 100644 (file)
@@ -26,4 +26,8 @@
 
 typedef struct _ttt_server ttt_server_t;
 
+/* Send a message to all connected clients. */
+void
+ttt_server_broadcast (ttt_server_t *server, const char *message);
+
 #endif /* _TTT_SERVER_H_ */