#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include "config.h"#include "screen.h"#include "extern.h"#include "logfile.h"Functions | |
| int | lf_move_fd (int fd, int need_fd) |
| void | logreopen_register (int *fn) |
| logfile * | logfopen (char *name, FILE *fp) |
| int | islogfile (char *name) |
| int | logfclose (struct logfile *l) |
| int | logfwrite (struct logfile *l, char *buf, int n) |
| int | logfflush (struct logfile *l) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.4.3