From 51a6ee88f716377c20d5b4bfe8e95f1a87142ae2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Oct 2008 21:40:44 +0200 Subject: command: no CamelCase Eliminate CamelCase in all public and static functions. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 21efb871f..ea926ef9e 100644 --- a/src/main.c +++ b/src/main.c @@ -420,7 +420,7 @@ int main(int argc, char *argv[]) openDB(&options, argv[0]); - initCommands(); + command_init(); initPlayerData(); pc_init(buffered_before_play); ob_init(buffered_chunks, &pc.notify); @@ -484,7 +484,7 @@ int main(int argc, char *argv[]) finishPermissions(); dc_deinit(); pc_deinit(); - finishCommands(); + command_finish(); decoder_plugin_deinit_all(); ob_free(); cleanUpPidFile(); -- cgit v1.2.3