/[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.19 by sysadm, Tue Nov 4 13:49:50 2025 UTC Revision 1.21 by sysadm, Wed Nov 5 14:59:31 2025 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 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _MENU_PROC_H_  #ifndef _MENU_PROC_H_
# Line 25  extern int locate_article(void *param); Line 25  extern int locate_article(void *param);
25  extern int favor_topic(void *param);  extern int favor_topic(void *param);
26  extern int list_user(void *param);  extern int list_user(void *param);
27  extern int list_online_user(void *param);  extern int list_online_user(void *param);
28    extern int edit_intro(void *param);
29    
30  #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