stats: no CamelCase

Renamed functions and types.
This commit is contained in:
Max Kellermann
2009-01-18 15:22:26 +01:00
parent e8c148ab02
commit 0d449d8df7
4 changed files with 26 additions and 23 deletions

View File

@@ -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