aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msg.h b/src/msg.h
index 028aaa0..fca230e 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -18,4 +18,6 @@ int msg_recv_and_send_result(int fd, msg_handler, void *arg);
void msg_free(const struct msg *);
+int msg_dump_unknown(const struct msg *);
+
#endif