~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/reboot.c

  • Committer: Colin Watson
  • Date: 2013-01-30 20:20:53 UTC
  • Revision ID: cjwatson@canonical.com-20130130202053-7dr3i3t47bq4t2uj
Correct a number of imprecise prototypes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
}
40
40
 
41
41
static gboolean
42
 
gdm_action_reboot()
 
42
gdm_action_reboot(void)
43
43
{
44
44
  GVariant *answer;
45
45
  GDBusProxy *proxy;
67
67
}
68
68
 
69
69
static gboolean
70
 
ck_action_reboot()
 
70
ck_action_reboot(void)
71
71
{
72
72
  GVariant *answer;
73
73
  GDBusProxy *proxy;
134
134
}
135
135
 
136
136
static gboolean
137
 
aptdaemon_pending_transactions ()
 
137
aptdaemon_pending_transactions (void)
138
138
{
139
139
  GError *error;
140
140
  GVariant *answer;