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

Diff of /lbbs/src/bbs.c

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

Revision 1.15 by sysadm, Tue May 6 05:31:26 2025 UTC Revision 1.16 by sysadm, Tue May 20 08:24:28 2025 UTC
# Line 35  char BBS_username[BBS_username_max_len + Line 35  char BBS_username[BBS_username_max_len +
35  time_t BBS_login_tm;  time_t BBS_login_tm;
36  time_t BBS_last_access_tm;  time_t BBS_last_access_tm;
37    
38  char BBS_current_section_name[20];  char BBS_current_section_name[BBS_section_name_max_len + 1];
39    
40  char *setuserfile(char *buf, size_t len, const char *filename)  char *setuserfile(char *buf, size_t len, const char *filename)
41  {  {


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

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