]> granicus.if.org Git - strace/blobdiff - printsiginfo.h
nlattr: add unsigned int decoders that print in hex form
[strace] / printsiginfo.h
index b36b3d69b9623f96e8dd0d58347b47247f190d86..7ad72380853fb4a96a0b141c0985f9b5132e3d7a 100644 (file)
@@ -1 +1,6 @@
-extern void printsiginfo(const siginfo_t *, bool);
+#ifndef STRACE_PRINTSIGINFO_H
+#define STRACE_PRINTSIGINFO_H
+
+extern void printsiginfo(const siginfo_t *);
+
+#endif /* !STRACE_PRINTSIGINFO_H */