/[LeafOK_CVS]/lbbs/src/hash_dict.c
ViewVC logotype

Diff of /lbbs/src/hash_dict.c

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

Revision 1.7 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.8 by sysadm, Fri Feb 13 12:38:09 2026 UTC
# Line 36  static const unsigned int hash_dict_prim Line 36  static const unsigned int hash_dict_prim
36    
37  static const unsigned int hash_dict_prime_list_count = sizeof(hash_dict_prime_list) / sizeof(hash_dict_prime_list[0]);  static const unsigned int hash_dict_prime_list_count = sizeof(hash_dict_prime_list) / sizeof(hash_dict_prime_list[0]);
38    
39    // External definition for inline function
40    extern inline unsigned int hash_dict_item_count(HASH_DICT *p_dict);
41    
42  HASH_DICT *hash_dict_create(int item_count_limit)  HASH_DICT *hash_dict_create(int item_count_limit)
43  {  {
44          HASH_DICT *p_dict = NULL;          HASH_DICT *p_dict = NULL;


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

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