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