]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
oggdec filter improvements.
[paraslash.git] / http_send.c
index ce308ab723117cf671cf7010801efa260e7203d0..5b98bbf4522c71d76a81d77e3de69f0545371ed0 100644 (file)
@@ -41,7 +41,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;
 };