/[LeafOK_CVS]/lbbs/src/menu_proc.c
ViewVC logotype

Diff of /lbbs/src/menu_proc.c

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

Revision 1.41 by sysadm, Sat Oct 18 12:06:10 2025 UTC Revision 1.42 by sysadm, Tue Oct 21 11:11:28 2025 UTC
# Line 26  Line 26 
26  #include "menu.h"  #include "menu.h"
27  #include "section_list_display.h"  #include "section_list_display.h"
28  #include "screen.h"  #include "screen.h"
29    #include "user_list_display.h"
30  #include "user_priv.h"  #include "user_priv.h"
31  #include <dlfcn.h>  #include <dlfcn.h>
32  #include <errno.h>  #include <errno.h>
# Line 342  int favor_topic(void *param) Line 343  int favor_topic(void *param)
343          }          }
344    
345          return REDRAW;          return REDRAW;
346    }
347    
348    int user_list(void *param)
349    {
350            if (user_list_display() < 0)
351            {
352                    log_error("user_list_display() error\n");
353            }
354    
355            return REDRAW;
356  }  }


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

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