summaryrefslogtreecommitdiff
path: root/apps/scrobbler.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-03-25 09:33:10 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2022-03-26 02:50:11 -0400
commitfd15ea25d3c22992f62c4d64d2ee891461d84d74 (patch)
treee2ed0b9eada8f109dd00183113f976b2828b31fc /apps/scrobbler.h
parent8eb4689ab1c6fbe1af66293b33c92f4f8dd2cb6c (diff)
downloadrockbox-fd15ea25d3c22992f62c4d64d2ee891461d84d74.tar.gz
rockbox-fd15ea25d3c22992f62c4d64d2ee891461d84d74.zip
LastFm remove scrobbler from core make a TSR plugin WIP
remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7
Diffstat (limited to 'apps/scrobbler.h')
-rw-r--r--apps/scrobbler.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/scrobbler.h b/apps/scrobbler.h
deleted file mode 100644
index a3d1b361df..0000000000
--- a/apps/scrobbler.h
+++ /dev/null
@@ -1,29 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 Robert Keevil
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22#ifndef __SCROBBLER_H__
23#define __SCROBBLER_H__
24
25int scrobbler_init(void);
26void scrobbler_shutdown(bool poweroff);
27bool scrobbler_is_enabled(void);
28
29#endif /* __SCROBBLER_H__ */