From a7b9088b87a25b2b929f57ef57333a0daa4e92bf Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 13 Aug 2010 05:54:37 +0200 Subject: lastfm: put code that takes info from a thread to separate function --- src/lastfm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lastfm.h') diff --git a/src/lastfm.h b/src/lastfm.h index 3c09c944..d93c449f 100644 --- a/src/lastfm.h +++ b/src/lastfm.h @@ -76,6 +76,7 @@ class Lastfm : public Screen void Download(); static void *DownloadWrapper(void *); + void Take(); bool isReadyToTake; bool isDownloadInProgress; pthread_t itsDownloader; -- cgit v1.2.3