aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-18 15:22:26 +0100
committerMax Kellermann <max@duempel.org>2009-01-18 15:22:26 +0100
commit0d449d8df745c5c527f637f42e33156b92ac174d (patch)
tree9babb10fb34383f225acdf882898ac7d76b1a51a /src/command.c
parente8c148ab02f4dc9c0531ec97acdc3bda804313cc (diff)
downloadmpd-0d449d8df745c5c527f637f42e33156b92ac174d.tar.gz
mpd-0d449d8df745c5c527f637f42e33156b92ac174d.tar.xz
mpd-0d449d8df745c5c527f637f42e33156b92ac174d.zip
stats: no CamelCase
Renamed functions and types.
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 1fac4fd0e..9eac2438b 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1061,7 +1061,7 @@ static enum command_return
handle_stats(struct client *client,
G_GNUC_UNUSED int argc, G_GNUC_UNUSED char *argv[])
{
- return printStats(client);
+ return stats_print(client);
}
static enum command_return