2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

show: Move extern print_data declaration from sockets.c to header

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-04-12 15:33:09 +04:00
parent c96b201700
commit 0e51036d16
2 changed files with 1 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ void show_creds(int fd, struct cr_options *o);
void show_fs(int fd, struct cr_options *o);
void show_fown_cont(fown_t *fown);
extern void print_data(unsigned long addr, unsigned char *data, size_t size);
extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];
#define FMT_FNAME_FDINFO "fdinfo-%d.img"