ANSIfication of function declaration.

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

	* control-center.c: (get_actions_list): ANSIfication
	of function declaration.

svn path=/trunk/; revision=7201
This commit is contained in:
Kjartan Maraas 2007-01-29 09:23:52 +00:00 committed by Kjartan Maraas
parent 141461d3e5
commit 2377c1d757
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* control-center.c: (get_actions_list): ANSIfication
of function declaration.
2007-01-26 Scott Reeves <sreeves@novell.com> 2007-01-26 Scott Reeves <sreeves@novell.com>
* control-center.c: respect the exit_on_close flag * control-center.c: respect the exit_on_close flag

View file

@ -49,7 +49,7 @@ static GSList *get_actions_list ();
#define EXIT_SHELL_ON_STATIC_ACTION "exit_shell_on_static_action" #define EXIT_SHELL_ON_STATIC_ACTION "exit_shell_on_static_action"
static GSList * static GSList *
get_actions_list () get_actions_list (void)
{ {
GSList *l; GSList *l;
GSList *key_list; GSList *key_list;