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.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/update.h') diff --git a/src/update.h b/src/update.h index 4a91061b7..b43ae4c67 100644 --- a/src/update.h +++ b/src/update.h @@ -20,6 +20,10 @@ #ifndef MPD_UPDATE_H #define MPD_UPDATE_H +void update_global_init(void); + +void update_global_finish(void); + unsigned isUpdatingDB(void); -- cgit v1.2.3