diff options
Diffstat (limited to 'include/libhttpc.h')
| -rw-r--r-- | include/libhttpc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libhttpc.h b/include/libhttpc.h index de45b9f..f31e672 100644 --- a/include/libhttpc.h +++ b/include/libhttpc.h @@ -286,7 +286,10 @@ struct LibHTTPC_Request *LibHTTPC_readRequest( ); /** - * Not implemented yet + * Send response to sockfd + * @param sockfd Where to send response + * @param response Response to send + * @return 0 on success, 1 if send functon failed */ int LibHTTPC_writeResponse(int sockfd, struct LibHTTPC_Response *response); #endif |