/[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.18 by sysadm, Wed Oct 29 01:15:21 2025 UTC Revision 1.23 by sysadm, Mon Dec 1 11:28:03 2025 UTC
# Line 1  Line 1 
1  /***************************************************************************  /* SPDX-License-Identifier: GPL-3.0-or-later */
2                                                    menu_proc.c  -  description  /*
3                                                           -------------------   * menu_proc
4          Copyright            : (C) 2004-2025 by Leaflet   *   - handler functions of menu commands
5          Email                : leaflet@leafok.com   *
6   ***************************************************************************/   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7     */
 /***************************************************************************  
  *                                                                         *  
  *   This program is free software; you can redistribute it and/or modify  *  
  *   it under the terms of the GNU General Public License as published by  *  
  *   the Free Software Foundation; either version 3 of the License, or     *  
  *   (at your option) any later version.                                   *  
  *                                                                         *  
  ***************************************************************************/  
8    
9  #ifndef _MENU_PROC_H_  #ifndef _MENU_PROC_H_
10  #define _MENU_PROC_H_  #define _MENU_PROC_H_
# Line 20  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);
# Line 33  extern int locate_article(void *param); Line 26  extern int locate_article(void *param);
26  extern int favor_topic(void *param);  extern int favor_topic(void *param);
27  extern int list_user(void *param);  extern int list_user(void *param);
28  extern int list_online_user(void *param);  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_  #endif //_MENU_PROC_H_


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

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