build cleanup
[m6w6/ext-psi] / src / data.h
index 29d452c42afb8ae9f259962864017e01ad5175e7..37658cc1f1794c82c94c38aeda74745e9e45441c 100644 (file)
@@ -98,7 +98,7 @@ union psi_dump_arg {
        void *hn;
        int fd;
 };
-typedef void (*psi_dump_cb)(union psi_dump_arg, const char *msg, ...);
+typedef int (*psi_dump_cb)(union psi_dump_arg, const char *msg, ...);
 struct psi_dump {
        union psi_dump_arg ctx;
        psi_dump_cb fun;