diff options
Diffstat (limited to 'common/gdm-common.h')
-rw-r--r-- | common/gdm-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gdm-common.h b/common/gdm-common.h index 328d511c..191bd70a 100644 --- a/common/gdm-common.h +++ b/common/gdm-common.h @@ -34,7 +34,7 @@ int gdm_wait_on_pid (int pid); int gdm_signal_pid (int pid, int signal); -char * gdm_make_temp_dir (const char *template); +const char * gdm_make_temp_dir (char *template); gboolean gdm_string_hex_encode (const GString *source, int start, |