added raw_ping and printf-like putsock
[NeonServV5.git] / ClientSocket.h
index 6841d14cacb0485d74806be71210e62f83a86cb0..55f4625784b3a25bf34b5ffbd541c6574f9d6752 100644 (file)
@@ -29,5 +29,6 @@ int connect_socket(struct ClientSocket *client);
 int close_socket(struct ClientSocket *client);
 int write_socket(struct ClientSocket *client, char* msg, int len);
 void socket_loop(int timeout_seconds);
+void putsock(struct ClientSocket *client, const char *text, ...) PRINTF_LIKE(1, 2);
 
 #endif
\ No newline at end of file