ucx/map.h

changeset 112
6384016df2a3
parent 111
c8c59d7f4536
child 114
5a0859739b76
     1.1 --- a/ucx/map.h	Mon Jul 15 14:25:50 2013 +0200
     1.2 +++ b/ucx/map.h	Mon Jul 15 15:43:18 2013 +0200
     1.3 @@ -122,15 +122,6 @@
     1.4  
     1.5  int ucx_map_iter_next(UcxMapIterator *i, UcxKey *key, void **elm);
     1.6  
     1.7 -/* use macros for string maps only, values are not encoded */
     1.8 -#define ucx_map_load(map, f, alloc) ucx_map_load_enc(map, f, alloc, NULL, NULL)
     1.9 -#define ucx_map_store(map, f) ucx_map_store_enc(map, f, NULL, NULL)
    1.10 -
    1.11 -int ucx_map_load_enc(UcxMap *map, FILE *f, UcxAllocator allocator,
    1.12 -        ucx_map_coder decoder, void* decdata);
    1.13 -/* encoders shall provide null terminated strings*/
    1.14 -int ucx_map_store_enc(UcxMap *map, FILE *f,
    1.15 -        ucx_map_coder encoder, void* encdata);
    1.16  
    1.17  #ifdef	__cplusplus
    1.18  }

mercurial