mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-04 19:43:22 -05:00
283df8aa72
- also remove requirement to enter device name in .remote file
12 lines
137 B
C
12 lines
137 B
C
|
|
#ifndef __LASTFM_H__
|
|
#define __LASTFM_H__
|
|
|
|
void
|
|
lastfm_login(char **arglist);
|
|
|
|
int
|
|
lastfm_scrobble(int id);
|
|
|
|
#endif /* !__LASTFM_H__ */
|