/[LeafOK_CVS]/lbbs/include/hash_dict.h
ViewVC logotype

Diff of /lbbs/include/hash_dict.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Fri Nov 14 06:38:54 2025 UTC Revision 1.2 by sysadm, Sun Nov 16 04:22:30 2025 UTC
# Line 40  extern HASH_DICT *hash_dict_create(int i Line 40  extern HASH_DICT *hash_dict_create(int i
40  extern void hash_dict_destroy(HASH_DICT *p_dict);  extern void hash_dict_destroy(HASH_DICT *p_dict);
41    
42  extern int hash_dict_set(HASH_DICT *p_dict, uint64_t key, int64_t value);  extern int hash_dict_set(HASH_DICT *p_dict, uint64_t key, int64_t value);
43    extern int hash_dict_inc(HASH_DICT *p_dict, uint64_t key, int64_t value_inc);
44  extern int hash_dict_get(HASH_DICT *p_dict, uint64_t key, int64_t *p_value);  extern int hash_dict_get(HASH_DICT *p_dict, uint64_t key, int64_t *p_value);
45  extern int hash_dict_del(HASH_DICT *p_dict, uint64_t key);  extern int hash_dict_del(HASH_DICT *p_dict, uint64_t key);
46    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1