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

Diff of /lbbs/src/log.c

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

Revision 1.11 by sysadm, Mon Apr 28 03:30:59 2025 UTC Revision 1.13 by sysadm, Sun May 4 14:54:55 2025 UTC
# Line 17  Line 17 
17    
18  #include "io.h"  #include "io.h"
19  #include <stdio.h>  #include <stdio.h>
20    #include <string.h>
21  #include <stdarg.h>  #include <stdarg.h>
22  #include <sys/types.h>  #include <sys/types.h>
23  #include <time.h>  #include <time.h>
# Line 44  int log_begin(char *file_log_std, char * Line 45  int log_begin(char *file_log_std, char *
45          return 0;          return 0;
46  }  }
47    
48  int log_end()  void log_end()
49  {  {
50          fclose(fp_log_std);          fclose(fp_log_std);
51          fclose(fp_log_err);          fclose(fp_log_err);


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

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