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

Diff of /lbbs/src/user_list.c

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

Revision 1.18 by sysadm, Thu Oct 23 04:09:13 2025 UTC Revision 1.19 by sysadm, Thu Oct 23 05:54:16 2025 UTC
# Line 1129  int user_stat_update(void) Line 1129  int user_stat_update(void)
1129          return user_stat_map_update(&(p_user_list_pool->user_stat_map));          return user_stat_map_update(&(p_user_list_pool->user_stat_map));
1130  }  }
1131    
1132  int user_stat_get_article_cnt(int32_t uid)  int user_article_cnt_inc(int32_t uid, int n)
1133    {
1134            return user_stat_article_cnt_inc(&(p_user_list_pool->user_stat_map), uid, n);
1135    }
1136    
1137    int get_user_article_cnt(int32_t uid)
1138  {  {
1139          const USER_STAT *p_stat;          const USER_STAT *p_stat;
1140          int ret;          int ret;


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

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