criu/include/log.h
Cyrill Gorcunov d6eab944e3 Move logging functions to log.c
Instead of keeping all unrelated to
C/R procedure helpers in util.c move
logging related helpers to log.c.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
2011-12-19 18:52:50 +04:00

8 lines
150 B
C

#ifndef LOG_H__
#define LOG_H__
extern int init_log(const char *name);
extern void fini_log(void);
extern int get_logfd(void);
#endif /* LOG_H__ */