blob: 41dfd8cae46a6fbdb31e1ed84daf350006a4c1d2 [file] [log] [blame]
#ifndef STRACE_MSGHDR_H
#define STRACE_MSGHDR_H
/* For definitions of struct msghdr and struct mmsghdr. */
# include <sys/socket.h>
# ifndef HAVE_STRUCT_MMSGHDR
struct mmsghdr {
struct msghdr msg_hdr;
unsigned msg_len;
};
# endif
struct tcb;
extern void print_struct_msghdr(struct tcb *, const struct msghdr *, const int *, unsigned long);
#endif /* !STRACE_MSGHDR_H */