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:
parent
141461d3e5
commit
2377c1d757
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* control-center.c: respect the exit_on_close flag
|
||||
|
|
|
@ -49,7 +49,7 @@ static GSList *get_actions_list ();
|
|||
#define EXIT_SHELL_ON_STATIC_ACTION "exit_shell_on_static_action"
|
||||
|
||||
static GSList *
|
||||
get_actions_list ()
|
||||
get_actions_list (void)
|
||||
{
|
||||
GSList *l;
|
||||
GSList *key_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue