owntone-server/src/lastfm.h
ejurgensen 283df8aa72 [misc] Consolidate control file reader (e.g. for pairing credentials) into misc.c
- also remove requirement to enter device name in .remote file
2017-06-14 23:49:18 +02:00

12 lines
137 B
C

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