Parent Directory
|
Revision Log
|
Patch
| Revision 1.71 by sysadm, Wed Nov 5 01:04:06 2025 UTC | Revision 1.72 by sysadm, Wed Nov 5 04:19:21 2025 UTC | |
|---|---|---|
| # | Line 31 | Line 31 |
| 31 | #include <time.h> | #include <time.h> |
| 32 | #include <sys/param.h> | #include <sys/param.h> |
| 33 | ||
| 34 | #define TITLE_SEARCH_MAX_LEN 60 | enum _section_list_display_constant_t |
| 35 | { | |
| 36 | TITLE_SEARCH_MAX_LEN = 60, | |
| 37 | }; | |
| 38 | ||
| 39 | static int32_t section_aid_locations[BBS_max_section] = {0}; | static int32_t section_aid_locations[BBS_max_section] = {0}; |
| 40 | static int section_topic_view_mode = 0; | static int section_topic_view_mode = 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |