aboutsummaryrefslogtreecommitdiffstats
path: root/wrapfuncs.in
diff options
context:
space:
mode:
Diffstat (limited to 'wrapfuncs.in')
-rw-r--r--wrapfuncs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapfuncs.in b/wrapfuncs.in
index 26ef1b7..c572ddf 100644
--- a/wrapfuncs.in
+++ b/wrapfuncs.in
@@ -98,6 +98,8 @@ int getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **p
struct passwd *getpwent(void);
void setpwent(void);
void endpwent(void);
+int lckpwdf(void);
+int ulckpwdf(void);
int getpw(uid_t uid, char *buf);
struct group *getgrnam(const char *name);
struct group *getgrgid(gid_t gid);