diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-13 05:54:37 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2010-08-13 05:54:37 +0200 |
commit | a7b9088b87a25b2b929f57ef57333a0daa4e92bf (patch) | |
tree | 69472c90fed5a17e0d94722274d2d5ab656986d4 /src/lastfm.h | |
parent | 3afa0028e6e425fe4d826cf8c7d7c0ee68406e3d (diff) |
lastfm: put code that takes info from a thread to separate function
Diffstat (limited to 'src/lastfm.h')
-rw-r--r-- | src/lastfm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<Scrollpad> void Download(); static void *DownloadWrapper(void *); + void Take(); bool isReadyToTake; bool isDownloadInProgress; pthread_t itsDownloader; |