added some debug output
[NeonServV5.git] / ClientSocket.h
index 55f4625784b3a25bf34b5ffbd541c6574f9d6752..39118ec51e57e526ccb42a84a6257f94da7d59f2 100644 (file)
@@ -29,6 +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);
+void putsock(struct ClientSocket *client, const char *text, ...) PRINTF_LIKE(2, 3);
 
 #endif
\ No newline at end of file