chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Uniform audio RTP implementation. Not tested yet!
[disorder]
/
lib
/
uaudio.c
diff --git
a/lib/uaudio.c
b/lib/uaudio.c
index f18af090418d8f8336a9e61b2d561b44702aa27a..fc189d6ad02b66fb722e1f59b31b4c33479340d9 100644
(file)
--- a/
lib/uaudio.c
+++ b/
lib/uaudio.c
@@
-57,7
+57,7
@@
void uaudio_set(const char *name, const char *value) {
}
/** @brief Set a uaudio option */
}
/** @brief Set a uaudio option */
-c
onst c
har *uaudio_get(const char *name) {
+char *uaudio_get(const char *name) {
const char *value = (uaudio_options ?
*(char **)hash_find(uaudio_options, name)
: NULL);
const char *value = (uaudio_options ?
*(char **)hash_find(uaudio_options, name)
: NULL);