Mercurial > audlegacy-plugins
view src/scrobbler/gerpok.h @ 865:d94881463e1f trunk
[svn] - add slovak translation. closes #854.
author | nenolod |
---|---|
date | Fri, 16 Mar 2007 13:41:19 -0700 |
parents | 03c1ae10bc8d |
children | f4d8082668c1 |
line wrap: on
line source
#ifndef G_NET_H #define G_NET_H 1 #include "audacious/titlestring.h" int gerpok_sc_idle(GMutex *); void gerpok_sc_init(char *, char *); void gerpok_sc_addentry(GMutex *, TitleInput *, int); void gerpok_sc_cleaner(void); int gerpok_sc_catch_error(void); char *gerpok_sc_fetch_error(void); void gerpok_sc_clear_error(void); #endif