aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAll.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-27 09:38:47 +0200
committerMax Kellermann <max@duempel.org>2013-09-27 09:38:47 +0200
commit939003c1f1a8ed9f6e3fe677a63e1686fe35d929 (patch)
treebc9dec311336c7f4d1807789f080487cbad81d00 /src/OutputAll.cxx
parenta10f3a8aeca0993a1d0c69ebfde9dbacbd16888c (diff)
downloadmpd-939003c1f1a8ed9f6e3fe677a63e1686fe35d929.tar.gz
mpd-939003c1f1a8ed9f6e3fe677a63e1686fe35d929.tar.xz
mpd-939003c1f1a8ed9f6e3fe677a63e1686fe35d929.zip
OutputAll: add pure/const attributes
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r--src/OutputAll.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx
index 0b110f5ee..7f5eef749 100644
--- a/src/OutputAll.cxx
+++ b/src/OutputAll.cxx
@@ -89,6 +89,7 @@ audio_output_find(const char *name)
return NULL;
}
+gcc_const
static unsigned
audio_output_config_count(void)
{