summaryrefslogtreecommitdiff
path: root/common/gdm-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdm-common.h')
-rw-r--r--common/gdm-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gdm-common.h b/common/gdm-common.h
index 41ddf1c1..899be50e 100644
--- a/common/gdm-common.h
+++ b/common/gdm-common.h
@@ -33,8 +33,8 @@ G_BEGIN_DECLS
gboolean gdm_is_version_unstable (void);
int gdm_wait_on_pid (int pid);
-int gdm_wait_on_and_kill_pid (int pid,
- int timeout);
+int gdm_wait_on_and_disown_pid (int pid,
+ int timeout);
int gdm_signal_pid (int pid,
int signal);
gboolean gdm_get_pwent_for_name (const char *name,