diff options
author | MS <ms@taler.net> | 2020-10-08 17:36:28 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-08 17:37:16 +0200 |
commit | cb459476c102572d5789520b5f20f39375c6bea2 (patch) | |
tree | ec31d1c0cb9c1c1d61db8a0dae8c70352ef5eb8c /contrib | |
parent | 3577c4d18830219d83ec1ba4ef9d35480a2db787 (diff) |
new tag file
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/microhttpd.tag | 6 | ||||
-rw-r--r-- | contrib/taler-exchange.tag | 20 |
2 files changed, 26 insertions, 0 deletions
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag index 8fab93d9..02b5551c 100644 --- a/contrib/microhttpd.tag +++ b/contrib/microhttpd.tag @@ -36,6 +36,12 @@ </member> <member kind="define"> <type>#define</type> + <name>MHD_HTTP_METHOD_PATCH</name> + <anchorfile>microhttpd.h</anchorfile> + <arglist></arglist> + </member> + <member kind="define"> + <type>#define</type> <name>MHD_HTTP_METHOD_PUT</name> <anchorfile>microhttpd.h</anchorfile> <arglist></arglist> diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag new file mode 100644 index 00000000..5d926370 --- /dev/null +++ b/contrib/taler-exchange.tag @@ -0,0 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' standalone='yes' ?> +<tagfile> + <compound kind="file"> + <name>taler_mhd_lib.h</name> + <path></path> + <filename>taler_mhd_lib.h</filename> + <member kind="function"> + <type>enum GNUNET_GenericReturnValue</type> + <name>TALER_MHD_parse_post_json</name> + <anchorfile>taler_mhd_lib.h</anchorfile> + <arglist> + (struct MHD_Connection *connection, + void **con_cls, + const char *upload_data, + size_t *upload_data_size, + json_t **json) + </arglist> + </member> + </compound> +</tagfile> |