[Pkg-voip-commits] [bctoolbox] 34/57: add bctbx_delete_with_data functions in map.h

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit f75c5823fb3078c813f7ae651b1a2e566b733ed0
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date:   Fri Jan 20 14:25:38 2017 +0100

    add bctbx_delete_with_data functions in map.h
---
 include/bctoolbox/map.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/bctoolbox/map.h b/include/bctoolbox/map.h
index dc72882..af5b1e3 100644
--- a/include/bctoolbox/map.h
+++ b/include/bctoolbox/map.h
@@ -38,6 +38,8 @@ BCTBX_PUBLIC bctbx_map_t *bctbx_mmap_ullong_new(void);
 BCTBX_PUBLIC bctbx_map_t *bctbx_mmap_cchar_new(void);
 BCTBX_PUBLIC void bctbx_mmap_ullong_delete(bctbx_map_t *mmap);
 BCTBX_PUBLIC void bctbx_mmap_cchar_delete(bctbx_map_t *mmap);
+BCTBX_PUBLIC void bctbx_mmap_ullong_delete_with_data(bctbx_map_t *mmap, bctbx_map_free_func freefunc);
+BCTBX_PUBLIC void bctbx_mmap_cchar_delete_with_data(bctbx_map_t *mmap, bctbx_map_free_func freefunc);
 #define bctbx_map_insert bctbx_map_ullong_insert
 BCTBX_PUBLIC void bctbx_map_ullong_insert(bctbx_map_t *map,const bctbx_pair_t *pair);
 BCTBX_PUBLIC void bctbx_map_cchar_insert(bctbx_map_t *map,const bctbx_pair_t *pair);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list