projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cfe2a
)
http_client Rename the API in .h file
author
Olle E. Johansson
<oej@edvina.net>
Fri, 3 Jun 2016 08:35:02 +0000
(10:35 +0200)
committer
Olle E. Johansson
<oej@edvina.net>
Fri, 3 Jun 2016 08:35:17 +0000
(10:35 +0200)
modules/http_client/curl_api.h
patch
|
blob
|
history
diff --git
a/modules/http_client/curl_api.h
b/modules/http_client/curl_api.h
index
ef51edd
..
fd42e2b
100644
(file)
--- a/
modules/http_client/curl_api.h
+++ b/
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);
/**
- * @brief Load the
CURL
API
+ * @brief Load the
http_client
API
*/
static inline int httpc_load_api(httpc_api_t *api)
{