summaryrefslogtreecommitdiff
path: root/include/celeritas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/celeritas.h')
-rw-r--r--include/celeritas.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/celeritas.h b/include/celeritas.h
index 4a75abd..4e6f682 100644
--- a/include/celeritas.h
+++ b/include/celeritas.h
@@ -796,4 +796,6 @@ typedef struct threadpool {
size_t n_workers;
} threadpool;
-void threadpool_add_task(); \ No newline at end of file
+void threadpool_create();
+void threadpool_destroy();
+void threadpool_add_task();