client: add lws_http_client_http_response api
[platform/upstream/libwebsockets.git] / test-server / test-server.h
index 9547402..7158abc 100644 (file)
@@ -85,7 +85,7 @@ struct per_session_data__http {
 
        char filename[256];
        long file_length;
-       int post_fd;
+       lws_filefd_type post_fd;
 };
 
 /*