1
0
mirror of https://git.kore.io/kore.git synced 2024-11-16 06:56:33 +01:00
kore/includes
Raphaël Monrouzeau 159de3960d Added new function kore_pgsql_v_query_params().
Same as kore_pgsql_query_params but takes a va_list as last parameter
(non-v version takes a variable list of parameters).

Lets people write easier to call wrappers around the query calls. I use
it in a wrapper that takes next states (error, current, continue) as
arguments in a handler with multiple async queries.
2016-06-07 13:12:31 +02:00
..
http.h Based on #115 pull request, adds http_method_text, similar to http_status_text 2016-03-21 15:12:27 +01:00
kore.h Change kore_buf_stringify() a bit. 2016-06-02 07:08:19 +02:00
pgsql.h Added new function kore_pgsql_v_query_params(). 2016-06-07 13:12:31 +02:00
tasks.h Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00