chiark / gitweb /
Uniform audio RTP implementation. Not tested yet!
[disorder] / lib / uaudio.c
index f18af090418d8f8336a9e61b2d561b44702aa27a..fc189d6ad02b66fb722e1f59b31b4c33479340d9 100644 (file)
@@ -57,7 +57,7 @@ void uaudio_set(const char *name, const char *value) {
 }
 
 /** @brief Set a uaudio option */
-const char *uaudio_get(const char *name) {
+char *uaudio_get(const char *name) {
   const char *value = (uaudio_options ?
                        *(char **)hash_find(uaudio_options, name)
                        : NULL);