From ced4abcd642e3bae76e0feed07edfab163956c48 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Nov 2008 19:34:54 +0100 Subject: 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/update.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index 8abc15f64..b4f02d59c 100644 --- a/src/update.c +++ b/src/update.c @@ -580,3 +580,11 @@ void reap_update_task(void) progress = UPDATE_PROGRESS_IDLE; } } + +void update_global_init(void) +{ +} + +void update_global_finish(void) +{ +} -- cgit v1.2.3