summaryrefslogtreecommitdiff
path: root/daemon/auth.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-27 22:12:52 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-27 22:12:52 +0000
commit46e86f5484740548d9fb6b636fe5de3cfc7556dc (patch)
tree20e688753bc6420457a15f350c1baf927cf0461e /daemon/auth.h
parent50f2e80dd10ae568125c3119d1743970666bbb28 (diff)
downloadgdm-46e86f5484740548d9fb6b636fe5de3cfc7556dc.tar.gz
raise version to 2.2.5.1
Sat Oct 27 14:56:47 2001 George Lebl <jirka@5z.com> * configure.in: raise version to 2.2.5.1 * daemon/errorgui.[ch], daemon/gdm.c: add yesno error dialog * daemon/auth.[ch], daemon/slave.c: allow logins without a home dir (it will be set to '/') but only after properly warning the user about it, and asking him if he wants to continue.
Diffstat (limited to 'daemon/auth.h')
-rw-r--r--daemon/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/auth.h b/daemon/auth.h
index 0affb746..5ae1c2ee 100644
--- a/daemon/auth.h
+++ b/daemon/auth.h
@@ -22,7 +22,7 @@
#include "gdm.h"
gboolean gdm_auth_secure_display (GdmDisplay *d);
-gboolean gdm_auth_user_add (GdmDisplay *d, uid_t user, gchar *homedir);
+gboolean gdm_auth_user_add (GdmDisplay *d, uid_t user, const char *homedir);
void gdm_auth_user_remove (GdmDisplay *d, uid_t user);
#endif /* GDM_AUTH_H */