summaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 830bda2c..13dfec49 100644
--- a/handler.c
+++ b/handler.c
@@ -50,7 +50,7 @@ typedef struct handler_s {
message_t pool[1];
} handler_t;
-static void
+void
handler_reset (handler_t *h) {
h->mqueue = NULL;
h->mfree = NULL;