owntone-server/src/lastfm.h

12 lines
137 B
C
Raw Normal View History

#ifndef __LASTFM_H__
#define __LASTFM_H__
void
lastfm_login(char **arglist);
int
lastfm_scrobble(int id);
#endif /* !__LASTFM_H__ */