allow variable arguments in LOG functions to be omitted or empty.
[paraslash.git] / client.h
index ca50ee05da1c4d0fde86d93f9222ad7d37c0a704..a4d2fe63f473aeb96432dcee1d9b362b77f95f45 100644 (file)
--- a/client.h
+++ b/client.h
@@ -44,6 +44,7 @@ enum {
        CL_RECEIVING,
 };
 
+/** size of the receiving buffer */
 #define CLIENT_BUFSIZE 8192
 
 /**