1 #ifndef _DYN_LIST_PLUGIN_PLAYED
2 #define _DYN_LIST_PLUGIN_PLAYED
6 void add_played_song(dbSong
* l_song
);
7 gboolean
is_played_song(const gchar
* l_artist
, const gchar
* l_title
);
8 gboolean
is_played_artist(const gchar
* l_artist
);
10 void set_played_limit_song(gint l_song
);
11 void set_played_limit_artist(gint l_artist
);
12 gint
get_played_limit_song();
13 gint
get_played_limit_artist();
15 void init_played_list();
16 void free_played_list();
20 /* vim:set ts=4 sw=4: */