Mercurial > audlegacy-plugins
view src/scrobbler/gerpok.h @ 3105:1d42b759a2a9
gio: getc() would infinite loop in a situation
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 30 Apr 2009 12:27:14 -0500 |
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