aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-22 21:40:44 +0200
committerMax Kellermann <max@duempel.org>2008-10-22 21:40:44 +0200
commit51a6ee88f716377c20d5b4bfe8e95f1a87142ae2 (patch)
tree2760b8bcf82d443a35bf4409e3df78abb650d4d4 /src/main.c
parent69c563b511cf9ab849242c3b3069efb3769592ea (diff)
downloadmpd-51a6ee88f716377c20d5b4bfe8e95f1a87142ae2.tar.gz
mpd-51a6ee88f716377c20d5b4bfe8e95f1a87142ae2.tar.xz
mpd-51a6ee88f716377c20d5b4bfe8e95f1a87142ae2.zip
command: no CamelCase
Eliminate CamelCase in all public and static functions.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
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();