Mercurial > audlegacy-plugins
view src/cdaudio-ng/configure.h @ 2018:03a2bb1c521e
Curly vs round braces (part 2)
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Thu, 11 Oct 2007 17:46:49 +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