export empd_queue_length for use in modules

This commit is contained in:
zmike 2015-04-15 22:12:55 -04:00
parent 2a580715ed
commit b5f571087e
2 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static Eina_Stringshare *empd_song_album = NULL;
static Elm_Object_Item *empd_song_item = NULL;
static unsigned int empd_song_length = 0;
static unsigned int empd_song_elapsed = 0;
static unsigned int empd_queue_length = 0;
EAPI unsigned int empd_queue_length = 0;
static unsigned char background_num = 0;

View File

@ -76,6 +76,7 @@ void empc_metadata_image_download(Empc_Fetch_Request *req, const char *url);
void empc_metadata_image_download_queue(Empc_Fetch_Request *req, const char *url);
#endif
extern Eina_Stringshare *empd_music_directory;
extern unsigned int empd_queue_length;
extern Eina_Bool master;
EAPI extern void *empd_proxy;