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