diff options
Diffstat (limited to 'src/mixer_all.h')
-rw-r--r-- | src/mixer_all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer_all.h b/src/mixer_all.h index 1f6e016df..e7c9eecc8 100644 --- a/src/mixer_all.h +++ b/src/mixer_all.h @@ -41,6 +41,6 @@ mixer_all_get_volume(void); * @return true on success, false on failure */ bool -mixer_all_set_volume(int volume); +mixer_all_set_volume(unsigned volume); #endif |