summaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-31 20:53:58 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-31 20:53:58 +0200
commit092e8bed8b4c1ba931df108e5edc9393916ebae1 (patch)
tree51a6794a99d005f8f06980576c25f05198f412e9 /handler.h
parent7193181e65e83b9add38f3aaa37b3d6793a41186 (diff)
more responsive stop handler
Diffstat (limited to 'handler.h')
-rw-r--r--handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/handler.h b/handler.h
index be8b0a80..92dcb777 100644
--- a/handler.h
+++ b/handler.h
@@ -33,6 +33,9 @@ struct handler_s *
handler_alloc (int queue_size);
void
+handler_reset (struct handler_s *h);
+
+void
handler_free (struct handler_s *h);
int