<p>Hi,<br>
I have the following issue when making.<br>
Do I miss something?</p>

<p>Thanks,</p>

<h2>Laurent</h2>

<p>CC (gcc) [M utils.so]           utils.o<br>
utils.c: In function ‘w_http_query’:<br>
utils.c:469:2: error: too many arguments to function ‘http_query’<br>
  return http_query(_m, _url, _result, NULL, NULL);<br>
  ^<br>
In file included from utils.c:50:0:<br>
functions.h:43:5: note: declared here<br>
 int http_query(struct sip_msg* _m, char* _url, char* _dst, char* _post);<br>
     ^<br>
utils.c: In function ‘w_http_query_post’:<br>
utils.c:476:2: error: too many arguments to function ‘http_query’<br>
  return http_query(_m, _url, _result, _post, NULL);<br>
  ^<br>
In file included from utils.c:50:0:<br>
functions.h:43:5: note: declared here<br>
 int http_query(struct sip_msg* _m, char* _url, char* _dst, char* _post);<br>
     ^<br>
utils.c: In function ‘w_http_query_post_hdr’:<br>
utils.c:483:2: error: too many arguments to function ‘http_query’<br>
  return http_query(_m, _url, _result, _post, _hdr);<br>
  ^<br>
In file included from utils.c:50:0:<br>
functions.h:43:5: note: declared here<br>
 int http_query(struct sip_msg* _m, char* _url, char* _dst, char* _post);<br>
     ^<br>
make[1]: *** [utils.o] Error 1<br>
make: *** [install-modules] Error 1</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/pull/321#issuecomment-141422146">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZbOV-sZnSin-vYZ3TS0XElXQOeIsks5oy-sugaJpZM4F6Fzx.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/321#issuecomment-141422146"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>