diff options
| author | Joe Hildebrand <joe-github@cursive.net> | 2015-04-01 16:26:02 -0600 |
|---|---|---|
| committer | Joe Hildebrand <joe-github@cursive.net> | 2015-04-01 16:26:02 -0600 |
| commit | 7e4cb53adeb05c938807fb6aa196e6abac27eb0a (patch) | |
| tree | 4b8f681b0c22a0bdb4ab50c907a150c2ed7cc0f4 /include | |
| parent | 74954bbf2ade6cf97b9ac98b10326dedd8dcea3d (diff) | |
| download | platform_external_cn-cbor-7e4cb53adeb05c938807fb6aa196e6abac27eb0a.tar.gz platform_external_cn-cbor-7e4cb53adeb05c938807fb6aa196e6abac27eb0a.tar.bz2 platform_external_cn-cbor-7e4cb53adeb05c938807fb6aa196e6abac27eb0a.zip | |
make it work with contexts again
Diffstat (limited to 'include')
| -rw-r--r-- | include/cn-cbor/cn-cbor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cn-cbor/cn-cbor.h b/include/cn-cbor/cn-cbor.h index 05f3628..ac8cfdd 100644 --- a/include/cn-cbor/cn-cbor.h +++ b/include/cn-cbor/cn-cbor.h @@ -322,12 +322,10 @@ cn_cbor* cn_cbor_int_create(int64_t value * @param[in] cb_map The map to insert into * @param[in] key The key * @param[in] cb_value The value - * @param[in] CBOR_CONTEXT Allocation context (only if USE_CBOR_CONTEXT is defined) * @param[out] errp Error */ void cn_cbor_map_put(cn_cbor* cb_map, - cn_cbor *cb_key, cn_cbor *cb_value - CBOR_CONTEXT, + cn_cbor *cb_key, cn_cbor *cb_value, cn_cbor_errback *errp); /** |
