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

Diff of /lbbs/include/article_post.h

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

Revision 1.2 by sysadm, Fri Jun 13 12:01:26 2025 UTC Revision 1.3 by sysadm, Sat Jun 14 09:20:13 2025 UTC
# Line 19  Line 19 
19    
20  #include "section_list.h"  #include "section_list.h"
21    
22  extern int article_post(SECTION_LIST *p_section);  extern int article_post(const SECTION_LIST *p_section, ARTICLE *p_article_new);
23  extern int article_modify(SECTION_LIST *p_section, ARTICLE *p_article);  extern int article_modify(const SECTION_LIST *p_section, const ARTICLE *p_article, ARTICLE *p_article_new);
24  extern int article_reply(SECTION_LIST *p_section, ARTICLE *p_article);  extern int article_reply(const SECTION_LIST *p_section, const ARTICLE *p_article, ARTICLE *p_article_new);
25    
26  #endif //_ARTICLE_POST_H_  #endif //_ARTICLE_POST_H_


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

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