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

Contents of /lbbs/include/menu_proc.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.24 - (show annotations)
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
Content type: text/x-chdr
Update copyright info

1 /* SPDX-License-Identifier: GPL-3.0-or-later */
2 /*
3 * menu_proc
4 * - handler functions of menu commands
5 *
6 * Copyright (C) 2004-2026 Leaflet <leaflet@leafok.com>
7 */
8
9 #ifndef _MENU_PROC_H_
10 #define _MENU_PROC_H_
11
12 extern int list_section(void *param);
13 extern int exec_mbem(void *param);
14 extern int exit_bbs(void *param);
15 extern int eula(void *param);
16 extern int license(void *param);
17 extern int copyright(void *param);
18 extern int version(void *param);
19 extern int reload_bbs_conf(void *param);
20 extern int shutdown_bbs(void *param);
21 extern int favor_section_filter(void *param);
22 extern int view_ex_article(void *param);
23 extern int list_ex_section(void *param);
24 extern int show_top10_menu(void *param);
25 extern int locate_article(void *param);
26 extern int favor_topic(void *param);
27 extern int list_user(void *param);
28 extern int list_online_user(void *param);
29 extern int edit_intro(void *param);
30 extern int edit_sign(void *param);
31
32 #endif //_MENU_PROC_H_

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