client: renamed all public functions

Functions which operate on the whole client list are prefixed with
"client_manager_", and functions which handle just one client just get
"client_".
This commit is contained in:
Max Kellermann
2008-08-28 20:03:02 +02:00
parent 6d18e00099
commit c0197c58ba
6 changed files with 19 additions and 19 deletions

View File

@@ -177,7 +177,7 @@ int updateInit(int fd, List * pathList)
finishSigHandlers();
closeAllListenSockets();
freeAllInterfaces();
client_manager_deinit();
finishPlaylist();
finishVolume();