/[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.2 by sysadm, Fri May 6 16:15:28 2005 UTC Revision 1.3 by sysadm, Sat May 7 09:28:12 2005 UTC
# Line 85  license (const char *s) Line 85  license (const char *s)
85  int  int
86  copyright (const char *s)  copyright (const char *s)
87  {  {
88          char temp[256];      char temp[256];
89                    
90      strcpy (temp, app_home_dir);      strcpy (temp, app_home_dir);
91      strcat (temp, "data/copyright.txt");      strcat (temp, "data/copyright.txt");
92      display_file_ex (temp, 0, 1);      display_file_ex (temp, 0, 1);
93    
94          return REDRAW;      return REDRAW;
95    }
96    
97    int
98    notify_reload_menu (const char *s)
99    {
100        kill (0, SIG_RELOAD_MENU);
101    
102        return REDRAW;
103  }  }


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

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