Skip to content

Commit

Permalink
xhttp: updating name of function and parameter type
Browse files Browse the repository at this point in the history
- Updating the name to reflect the original name. Mismatch between export and function declaration with regards to the type of parameters.

(cherry picked from commit 74c0dc8)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent 12ce193 commit c45e00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/xhttp/xhttp_mod.c
Expand Up @@ -551,9 +551,9 @@ int bind_xhttp(xhttp_api_t* api)
*/
/* clang-format off */
static sr_kemi_t sr_kemi_xhttp_exports[] = {
{ str_init("xhttp"), str_init("reply"),
{ str_init("xhttp"), str_init("xhttp_reply"),
SR_KEMIP_INT, xhttp_send_reply,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE }
},

Expand Down

0 comments on commit c45e00b

Please sign in to comment.