File: log.h

package info (click to toggle)
fakeroot-ng 0.18-4.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: cpp: 4,595; sh: 3,831; ansic: 1,581; makefile: 28
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef LOG_H
#define LOG_H

bool init_log( const char * file_name, bool flush );
int get_log_fd();
void close_log();

#endif // LOG_H