|
|
@ -16,7 +16,7 @@ typedef struct f2b_logfile_t { |
|
|
|
} f2b_logfile_t; |
|
|
|
} f2b_logfile_t; |
|
|
|
|
|
|
|
|
|
|
|
bool f2b_logfile_open(f2b_logfile_t *file, const char *path); |
|
|
|
bool f2b_logfile_open(f2b_logfile_t *file, const char *path); |
|
|
|
void f2b_logfile_close(const f2b_logfile_t *file); |
|
|
|
void f2b_logfile_close(f2b_logfile_t *file); |
|
|
|
bool f2b_logfile_rotated(const f2b_logfile_t *file); |
|
|
|
bool f2b_logfile_rotated(const f2b_logfile_t *file); |
|
|
|
bool f2b_logfile_getline(const f2b_logfile_t *file, char *buf, size_t bufsize); |
|
|
|
bool f2b_logfile_getline(const f2b_logfile_t *file, char *buf, size_t bufsize); |
|
|
|
|
|
|
|
|
|
|
|