comparison src/scrobbler/gtkstuff.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/General/scrobbler/gtkstuff.h@13389e613d67
children
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
1 #ifndef GTKSTUFF_H
2 #define GTKSTUFF_H 1
3 void about_show(void);
4 void errorbox_show(char *);
5 void init_errorbox_done(void);
6 int get_errorbox_done(void);
7 void configure_dialog(void);
8 #endif