Mercurial > audlegacy-plugins
view src/scrobbler/gerpok.h @ 3028:b20622733f08
Fix seeking when paused for .ape plugin (Debian bug #517692)
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Fri, 10 Apr 2009 00:28:00 -0400 |
parents | 3134a0987162 |
children |
line wrap: on
line source
#ifndef G_NET_H #define G_NET_H 1 #include <audlegacy/tuple.h> int gerpok_sc_idle(GMutex *); void gerpok_sc_init(char *, char *); void gerpok_sc_addentry(GMutex *, Tuple *, 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