/[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.1 by sysadm, Thu Jun 12 12:14:28 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  enum article_post_type_t  extern int article_post(const SECTION_LIST *p_section, ARTICLE *p_article_new);
23  {  extern int article_modify(const SECTION_LIST *p_section, const ARTICLE *p_article, ARTICLE *p_article_new);
24          ARTICLE_POST_NEW = 0,  extern int article_reply(const SECTION_LIST *p_section, const ARTICLE *p_article, ARTICLE *p_article_new);
         ARTICLE_POST_EDIT = 1,  
         ARTICLE_POST_REPLY = 2,  
 };  
 typedef enum article_post_type_t ARTICLE_POST_TYPE;  
   
 extern int article_post(SECTION_LIST *p_section, ARTICLE *p_article, ARTICLE_POST_TYPE type);  
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