Bläddra i källkod

http_client Rename the API in .h file

Olle E. Johansson 9 år sedan
förälder
incheckning
fcdef43719
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      modules/http_client/curl_api.h

+ 1 - 1
modules/http_client/curl_api.h

@@ -49,7 +49,7 @@ typedef int (*bind_httpc_api_f)(httpc_api_t *api);
 int bind_httpc_api(httpc_api_t *api);
 int bind_httpc_api(httpc_api_t *api);
 
 
 /**
 /**
- * @brief Load the CURL API
+ * @brief Load the http_client API
  */
  */
 static inline int httpc_load_api(httpc_api_t *api)
 static inline int httpc_load_api(httpc_api_t *api)
 {
 {