| 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> |
| 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_ |