Mercurial > audlegacy-plugins
view src/scrobbler/configure.h @ 3081:4e3712e142b4
gio: merge experimental GIO plugin. not everything is implemented yet (getc/ungetc).
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 29 Apr 2009 19:26:49 -0500 |
parents | 224727e6c73d |
children |
line wrap: on
line source
#ifndef _CONFIGURE_H_ #define _CONFIGURE_H_ GtkWidget* create_cfgdlg (void); void configure_cleanup(void); #endif