gui: Use variable-sized input buffer for the audiod pipe.
[paraslash.git] / http_send.c
index ce308ab723117cf671cf7010801efa260e7203d0..feb1a84233ee67ff03e537c97f14cc0d9abb44e8 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <sys/types.h>
 #include <dirent.h>
+#include <osl.h>
 
 #include "para.h"
 #include "error.h"
@@ -41,7 +42,9 @@ enum http_client_status {
        HTTP_INVALID_GET_REQUEST
 };
 
+/** For each connected client, a structure of this type is maintained. */
 struct private_http_sender_data {
+       /** The current state of this client. */
        enum http_client_status status;
 };