@@ -154,11 +154,11 @@ * * @param string The string for which the request method should be returned * @return The request method for the specified string */ extern of_http_request_method_t of_http_request_method_from_string( - const char *string); + OFString *string); #ifdef __cplusplus } #endif OF_ASSUME_NONNULL_END