Mercurial > audlegacy-plugins
view src/cdaudio-ng/configure.h @ 2042:1e65d53ec22b
Use gint.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 13 Oct 2007 22:46:14 +0300 |
parents | 2db72dd92ee3 |
children | 040827f0b083 |
line wrap: on
line source
#ifndef CONFIGURE_H #define CONFIGURE_H void configure_set_variables(/*gboolean *usedae, */gint *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, gchar *cddbserver, gint *cddbport); void configure_create_gui(); void configure_show_gui(); #endif // CONFIGURE_H