]> granicus.if.org Git - strace/blobdiff - msghdr.h
xlat: add ability to specify a default string to print_xlat_ex
[strace] / msghdr.h
index 41dfd8cae46a6fbdb31e1ed84daf350006a4c1d2..9e458fec0b37e35b0c06deb3194cd059c56d31ce 100644 (file)
--- a/msghdr.h
+++ b/msghdr.h
@@ -12,6 +12,9 @@ struct mmsghdr {
 # endif
 
 struct tcb;
-extern void print_struct_msghdr(struct tcb *, const struct msghdr *, const int *, unsigned long);
+
+extern void
+print_struct_msghdr(struct tcb *, const struct msghdr *,
+                   const int *p_user_msg_namelen, kernel_ulong_t data_size);
 
 #endif /* !STRACE_MSGHDR_H */