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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/accel-pptpd/pwdb.h b/accel-pptpd/pwdb.h
new file mode 100644
index 0000000..820e269
--- /dev/null
+++ b/accel-pptpd/pwdb.h
@@ -0,0 +1,9 @@
+#ifndef PWDB_H
+#define PWDB_H
+
+struct ppp_t;
+
+int pwdb_check(struct ppp_t*,const char *username,const char *password);
+
+#endif
+