From 4270c96bb8664b760ad0c1c4fe717aa448eb610c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 15 Jun 1999 02:47:41 +0000 Subject: [PATCH] (get_default_username): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6318 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 3caafa4aa..792a82ea1 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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