aboutsummaryrefslogtreecommitdiff
path: root/threads_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'threads_util.h')
-rw-r--r--threads_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/threads_util.h b/threads_util.h
new file mode 100644
index 0000000..c2bf489
--- /dev/null
+++ b/threads_util.h
@@ -0,0 +1,6 @@
+#ifndef _THREADS_UTIL_H
+#define _THREADS_UTIL_H
+
+void thread_set_name(const char *name);
+
+#endif // _THREADS_UTIL_H