summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-25 00:11:49 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-25 00:11:49 +0000
commit040a227d300033f8a103dc6eb67847286131d9b7 (patch)
tree54093eaad6186817d1ee744d3f299f93ea49b475 /src/lib/util.h
parentdcd968d6d64d645816af0efbcd2f928128c95b9f (diff)
Some tidying up, add channel selector to Audio dialog.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 87735ea8e..b76aead41 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -57,6 +57,7 @@ extern std::vector<std::string> split_at_spaces_considering_quotes (std::string)
extern std::string md5_digest (std::string);
extern std::string md5_digest (void const *, int);
extern void ensure_ui_thread ();
+extern std::string audio_channel_name (int);
typedef int SourceFrame;