Commit 0e51036d authored by Pavel Emelyanov's avatar Pavel Emelyanov

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

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c96b2017
......@@ -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"
......
......@@ -1135,8 +1135,6 @@ out:
pr_img_tail(CR_FD_UNIXSK);
}
extern void print_data(unsigned long addr, unsigned char *data, size_t size);
void show_sk_queues(int fd, struct cr_options *o)
{
struct sk_packet_entry pe;
......
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