summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/libhttpc.h5
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