owntone-server/src/lastfm.h

12 lines
132 B
C

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