Mercurial > audlegacy-plugins
view src/scrobbler/configure.h @ 2415:4fb714073ae4
fix for bug #150:
- avoid use of memcpy in these cases since memory area may overlap.
- do not perform memmove if it is not necessary.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Wed, 20 Feb 2008 02:57:59 +0900 |
parents | 224727e6c73d |
children |
line wrap: on
line source
#ifndef _CONFIGURE_H_ #define _CONFIGURE_H_ GtkWidget* create_cfgdlg (void); void configure_cleanup(void); #endif