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

Diff of /lbbs/include/section_list.h

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

Revision 1.18 by sysadm, Tue May 27 07:21:43 2025 UTC Revision 1.19 by sysadm, Wed May 28 00:09:45 2025 UTC
# Line 14  Line 14 
14   *                                                                         *   *                                                                         *
15   ***************************************************************************/   ***************************************************************************/
16    
17    #ifndef _SECTION_LIST_H_
18    #define _SECTION_LIST_H_
19    
20  #include "common.h"  #include "common.h"
21  #include "bbs.h"  #include "bbs.h"
22  #include <time.h>  #include <time.h>
# Line 117  extern int section_list_rd_unlock(SECTIO Line 120  extern int section_list_rd_unlock(SECTIO
120  extern int section_list_rw_unlock(SECTION_LIST *p_section);  extern int section_list_rw_unlock(SECTION_LIST *p_section);
121  extern int section_list_rd_lock(SECTION_LIST *p_section);  extern int section_list_rd_lock(SECTION_LIST *p_section);
122  extern int section_list_rw_lock(SECTION_LIST *p_section);  extern int section_list_rw_lock(SECTION_LIST *p_section);
123    
124    #endif //_SECTION_LIST_H_


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

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