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

Diff of /lbbs/include/article_view_log.h

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

Revision 1.1 by sysadm, Sat Jun 7 07:59:38 2025 UTC Revision 1.2 by sysadm, Sat Jun 7 08:07:07 2025 UTC
# Line 33  typedef struct article_view_log_t ARTICL Line 33  typedef struct article_view_log_t ARTICL
33  // Load baseline view log from DB  // Load baseline view log from DB
34  extern int article_view_log_load(int uid, ARTICLE_VIEW_LOG *p_view_log, int keep_inc);  extern int article_view_log_load(int uid, ARTICLE_VIEW_LOG *p_view_log, int keep_inc);
35  // Clear data  // Clear data
36  extern int article_view_log_unload(int uid, ARTICLE_VIEW_LOG *p_view_log);  extern int article_view_log_unload(ARTICLE_VIEW_LOG *p_view_log);
37  // Save incremental view log to DB  // Save incremental view log to DB
38  extern int article_view_log_save_inc(int uid, const ARTICLE_VIEW_LOG *p_view_log);  extern int article_view_log_save_inc(int uid, const ARTICLE_VIEW_LOG *p_view_log);
39  // Merge incremental view log to baseline, without DB read / write  // Merge incremental view log to baseline, without DB read / write


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

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