(k_getpwnam): update prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6454 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-13 08:58:41 +00:00
parent 80c411451d
commit 1a6d0d783b

View File

@@ -248,7 +248,7 @@ char* getcwd(char *path, size_t size);
#ifdef HAVE_PWD_H
#include <pwd.h>
struct passwd *k_getpwnam (char *user);
struct passwd *k_getpwnam (const char *user);
struct passwd *k_getpwuid (uid_t uid);
#endif