Mercurial > audlegacy-plugins
view src/scrobbler/configure.h @ 3124:b74c1fb4212f
neon: Fix crashes on buffer underrun due to NEON_READER_ERROR. (closes #57)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 06 May 2009 12:10:28 -0500 |
parents | 224727e6c73d |
children |
line wrap: on
line source
#ifndef _CONFIGURE_H_ #define _CONFIGURE_H_ GtkWidget* create_cfgdlg (void); void configure_cleanup(void); #endif