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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdm-common.h b/common/gdm-common.h
index c3122815..328d511c 100644
--- a/common/gdm-common.h
+++ b/common/gdm-common.h
@@ -34,6 +34,8 @@ int gdm_wait_on_pid (int pid);
int gdm_signal_pid (int pid,
int signal);
+char * gdm_make_temp_dir (const char *template);
+
gboolean gdm_string_hex_encode (const GString *source,
int start,
GString *dest,