summaryrefslogtreecommitdiff
path: root/src/worker.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-15 20:56:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-15 20:56:40 +0100
commit9594857ea2b95675fc8c393aa4da21baa3d0f7f8 (patch)
tree20322af94fb9d25119b84500601d423360853b84 /src/worker.h
parent8a008f55fa16b4388e49a21301bf84c7e4a2b2f7 (diff)
downloadbiruda-9594857ea2b95675fc8c393aa4da21baa3d0f7f8.tar.gz
biruda-9594857ea2b95675fc8c393aa4da21baa3d0f7f8.tar.bz2
..
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/worker.h b/src/worker.h
index 799ef9c..d0ca595 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -1,4 +1,8 @@
#ifndef _BIRUDA_WORKER_HEADER_INCLUDED
#define _BIRUDA_WORKER_HEADER_INCLUDED
+int worker_init( const char *control );
+void worker_terminate( );
+int worker_free( );
+
#endif