summaryrefslogtreecommitdiff
path: root/src/worker.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-29 21:49:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-29 21:49:46 +0100
commit7f10a53e805f26f3c6e0cceea5569b40a43af275 (patch)
tree6b9b1232a4360ccee69bd6c7f9e3f17c94117417 /src/worker.h
parent57aadcf79d1bb62793875e46030ee27dc42f5237 (diff)
downloadbiruda-7f10a53e805f26f3c6e0cceea5569b40a43af275.tar.gz
biruda-7f10a53e805f26f3c6e0cceea5569b40a43af275.tar.bz2
first starting worker
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worker.h b/src/worker.h
index bbdf3e5..3bb20b8 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -15,7 +15,7 @@ typedef struct {
const char *worker_exection_mode_str( worker_execution_mode_t mode );
worker_execution_mode_t worker_execution_mode_from_str( const char *s );
-int worker_init( const char *control );
+int worker_init( worker_t *worker );
void worker_terminate( );
int worker_free( );