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

Diff of /lbbs/include/menu_proc.h

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

Revision 1.22 by sysadm, Tue Nov 11 10:54:22 2025 UTC Revision 1.24 by sysadm, Sat Jan 3 10:27:14 2026 UTC
# Line 3  Line 3 
3   * menu_proc   * menu_proc
4   *   - handler functions of menu commands   *   - handler functions of menu commands
5   *   *
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _MENU_PROC_H_  #ifndef _MENU_PROC_H_
# Line 12  Line 12 
12  extern int list_section(void *param);  extern int list_section(void *param);
13  extern int exec_mbem(void *param);  extern int exec_mbem(void *param);
14  extern int exit_bbs(void *param);  extern int exit_bbs(void *param);
15    extern int eula(void *param);
16  extern int license(void *param);  extern int license(void *param);
17  extern int copyright(void *param);  extern int copyright(void *param);
18  extern int version(void *param);  extern int version(void *param);


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

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