aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_log.h
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2022-06-30 11:50:51 +1200
committerMatthew Gregan <[email protected]>2022-06-30 11:50:51 +1200
commitc4f7e5604cf09f9e48d578b71a57eb460491d768 (patch)
tree4f6308e042d2e34c8cba16c45676fab4d799b830 /src/cubeb_log.h
parent744d638ba702dd4d364d03c423556dfa5517e3fa (diff)
downloadcubeb-c4f7e5604cf09f9e48d578b71a57eb460491d768.tar.gz
cubeb-c4f7e5604cf09f9e48d578b71a57eb460491d768.zip
Clarify `cubeb_async_log_reset_threads` declaration.
Diffstat (limited to 'src/cubeb_log.h')
-rw-r--r--src/cubeb_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_log.h b/src/cubeb_log.h
index aee3180..4380da4 100644
--- a/src/cubeb_log.h
+++ b/src/cubeb_log.h
@@ -35,7 +35,7 @@ extern cubeb_log_callback g_cubeb_log_callback PRINTF_FORMAT(1, 2);
void
cubeb_async_log(const char * fmt, ...);
void
-cubeb_async_log_reset_threads();
+cubeb_async_log_reset_threads(void);
#ifdef __cplusplus
}