aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2016-10-10 09:54:21 +0200
committerPaul Adenot <[email protected]>2016-10-10 11:18:12 +0200
commit02eb0cdc1fc552e7fbeddcd9adc1c45881ad9027 (patch)
tree62043b573327879b5613f1dcede58fdf69c15448 /include
parentf5b87a11619032f3038ba33c5a5a48b4656e552a (diff)
downloadcubeb-02eb0cdc1fc552e7fbeddcd9adc1c45881ad9027.tar.gz
cubeb-02eb0cdc1fc552e7fbeddcd9adc1c45881ad9027.zip
Address review comments.
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index 5b63795..cdc0a34 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -575,7 +575,7 @@ int cubeb_register_device_collection_changed(cubeb * context,
invalid pointers, or if level is not
in cubeb_log_level. */
int cubeb_set_log_callback(cubeb_log_level log_level,
- void * log_callback);
+ cubeb_log_callback log_callback);
#if defined(__cplusplus)
}