Module: kamailio Branch: master Commit: 864f74a295413577b3768e6bb2215fcfef094f4f URL: https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcf...
Author: Hugh Waite hugh.waite@xura.com Committer: Hugh Waite hugh.waite@xura.com Date: 2016-02-03T11:49:19Z
http_client: Rename module in module interface
---
Modified: modules/http_client/http_client.c
---
Diff: https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcf... Patch: https://github.com/kamailio/kamailio/commit/864f74a295413577b3768e6bb2215fcf...
---
diff --git a/modules/http_client/http_client.c b/modules/http_client/http_client.c index 5258560..c3b6de7 100644 --- a/modules/http_client/http_client.c +++ b/modules/http_client/http_client.c @@ -170,7 +170,7 @@ static pv_export_t mod_pvs[] = {
/* Module interface */ struct module_exports exports = { - "curl", + "http_client", DEFAULT_DLFLAGS, /* dlopen flags */ cmds, /* Exported functions */ params, /* Exported parameters */