Mercurial > audlegacy-plugins
view src/scrobbler/gerpok.h @ 2688:17da667fb14d
A completely rewritten approach for probing MPEG Audio files, using a
state-machine based validifier with semi-smart buffer management and
re-synchronization.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 06 Jun 2008 13:40:13 +0300 |
parents | f4d8082668c1 |
children | 3134a0987162 |
line wrap: on
line source
#ifndef G_NET_H #define G_NET_H 1 #include <audacious/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