Commit fd23573f authored by Pavel Emelyanov's avatar Pavel Emelyanov

log: Remove print_data() from log header

It is in util.c and declaration IS in util.h
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 9a8df0b7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "pstree.h" #include "pstree.h"
#include "parasite-syscall.h" #include "parasite-syscall.h"
#include "vma.h" #include "vma.h"
#include "log.h" #include "criu-log.h"
#include "util.h" #include "util.h"
#include "kerndat.h" #include "kerndat.h"
......
...@@ -30,8 +30,6 @@ extern int write_pidfile(int pid); ...@@ -30,8 +30,6 @@ extern int write_pidfile(int pid);
#define DEFAULT_LOG_FILENAME "criu.log" #define DEFAULT_LOG_FILENAME "criu.log"
extern void print_data(unsigned long addr, unsigned char *data, size_t size);
static inline int pr_quelled(unsigned int loglevel) static inline int pr_quelled(unsigned int loglevel)
{ {
return log_get_loglevel() < loglevel && loglevel != LOG_MSG; return log_get_loglevel() < loglevel && loglevel != LOG_MSG;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment