discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/empc.git/commit/?id=b5f571087e8cacfd74272d0e5dcddf30fee0b4df

commit b5f571087e8cacfd74272d0e5dcddf30fee0b4df
Author: zmike <michael.blumenkra...@gmail.com>
Date:   Wed Apr 15 22:12:55 2015 -0400

    export empd_queue_length for use in modules
---
 src/bin/empc.c | 2 +-
 src/bin/empc.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/empc.c b/src/bin/empc.c
index 866a1ee..9fa6c5e 100644
--- a/src/bin/empc.c
+++ b/src/bin/empc.c
@@ -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;
 
diff --git a/src/bin/empc.h b/src/bin/empc.h
index 76e3d5b..75bd398 100644
--- a/src/bin/empc.h
+++ b/src/bin/empc.h
@@ -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;

-- 


Reply via email to