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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gdm-common.h b/common/gdm-common.h
index 1983cffe..8faeda5c 100644
--- a/common/gdm-common.h
+++ b/common/gdm-common.h
@@ -22,6 +22,7 @@
#define _GDM_COMMON_H
#include <glib.h>
+#include <pwd.h>
#include "gdm-common-unknown-origin.h"
@@ -35,6 +36,8 @@ void gdm_set_fatal_warnings_if_unstable (void);
int gdm_wait_on_pid (int pid);
int gdm_signal_pid (int pid,
int signal);
+gboolean gdm_get_pwent_for_name (const char *name,
+ struct passwd **pwentp);
const char * gdm_make_temp_dir (char *template);