aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2016-10-07 18:18:18 +0200
committerPaul Adenot <[email protected]>2016-10-10 11:18:12 +0200
commitf5b87a11619032f3038ba33c5a5a48b4656e552a (patch)
treec85379bf8c003a249fd73c5f753ac2e77b2eea75 /include
parent62df532054a1a84bdf7391efc592e57f8e08c02b (diff)
downloadcubeb-f5b87a11619032f3038ba33c5a5a48b4656e552a.tar.gz
cubeb-f5b87a11619032f3038ba33c5a5a48b4656e552a.zip
Fix cubeb.h so that it works on master.
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index 7ece715..5b63795 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -574,8 +574,8 @@ int cubeb_register_device_collection_changed(cubeb * context,
@retval CUBEB_ERROR_INVALID_PARAMETER if either context or log_callback are
invalid pointers, or if level is not
in cubeb_log_level. */
-CUBEB_EXPORT int cubeb_set_log_callback(cubeb_log_level log_level,
- void * log_callback);
+int cubeb_set_log_callback(cubeb_log_level log_level,
+ void * log_callback);
#if defined(__cplusplus)
}