summaryrefslogtreecommitdiff
path: root/accel-pptpd/pwdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/pwdb.h')
-rw-r--r--accel-pptpd/pwdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/pwdb.h b/accel-pptpd/pwdb.h
index 820e269c..07c45b09 100644
--- a/accel-pptpd/pwdb.h
+++ b/accel-pptpd/pwdb.h
@@ -4,6 +4,7 @@
struct ppp_t;
int pwdb_check(struct ppp_t*,const char *username,const char *password);
+char *pwdb_get_passwd(struct ppp_t*, const char *username);
#endif