summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-11-04 21:48:24 +1100
committerOmniscient <omniscient.oce@gmail.com>2024-11-04 21:48:24 +1100
commit3e0c2e6fa3d6f9bd047e80f577f83c25d67da951 (patch)
treee83acf453790c321eaba77d0b94488383e7a85d7 /include
parent81eb8d48703f12391f1e19ab813005ebe922fabb (diff)
incrementalvk
Diffstat (limited to 'include')
-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();