ANSIfication of function declarations.

2007-01-29  Kjartan Maraas  <kmaraas@gnome.org>

	* sound-properties-capplet.c: (setup_hal_devices), (setup_devices):
	ANSIfication of function declarations.

svn path=/trunk/; revision=7197
This commit is contained in:
Kjartan Maraas 2007-01-29 09:18:55 +00:00 committed by Kjartan Maraas
parent ca69387471
commit d033af5089
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* sound-properties-capplet.c: (setup_hal_devices), (setup_devices):
ANSIfication of function declarations.
2007-01-14 Christian Persch <chpe@svn.gnome.org> 2007-01-14 Christian Persch <chpe@svn.gnome.org>
* sound-properties.glade: Fix label alignments bug (caused by glade-3 * sound-properties.glade: Fix label alignments bug (caused by glade-3

View file

@ -441,7 +441,7 @@ device_removed_callback (LibHalContext *ctx, const char *udi)
} }
static void static void
setup_hal_devices () setup_hal_devices (void)
{ {
DBusConnection *connection; DBusConnection *connection;
DBusError error; DBusError error;
@ -641,7 +641,7 @@ add_selected_device (const gchar *profile, int type)
} }
static void static void
setup_devices () setup_devices (void)
{ {
add_device (AUDIO_PLAYBACK, "autoaudiosink", _("Autodetect"), NULL); add_device (AUDIO_PLAYBACK, "autoaudiosink", _("Autodetect"), NULL);