(get_default_username): add prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6318 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-15 02:47:41 +00:00
parent a26b5a8e0a
commit 4270c96bb8

View File

@@ -252,6 +252,8 @@ struct passwd *k_getpwnam (char *user);
struct passwd *k_getpwuid (uid_t uid);
#endif
const char *get_default_username (void);
#ifndef HAVE_SETEUID
int seteuid(uid_t euid);
#endif