update: added update_global_init() and update_global_finish()master
commitced4abcd642e3bae76e0feed07edfab163956c48
authorMax Kellermann <max@duempel.org>
Thu, 27 Nov 2008 18:34:54 +0000 (27 19:34 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 27 Nov 2008 18:34:54 +0000 (27 19:34 +0100)
tree570ddcfd2e26c863a37574cdbd5b45db78166d27
parentbd0653f440adf736427d9cc9e3565489cc9a1cde
update: added update_global_init() and update_global_finish()

Those two functions are called when MPD starts and exits.  It allows
the update library to perform global initialization and
deinitialization.  The implementations are currently empty.
src/main.c
src/update.c
src/update.h