summaryrefslogtreecommitdiff
path: root/accel-pptpd/pwdb.h
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-08-17 17:29:46 +0400
committerKozlov Dmitry <dima@server>2010-08-17 17:29:46 +0400
commit760d8427f133df486a145e6e7ac7610caf2356fc (patch)
treeebd109efc8882e56165e05f050dd30c9313bb9c7 /accel-pptpd/pwdb.h
parentab418b16bf2c9a57dbb7c18141af2eb283c44447 (diff)
downloadaccel-ppp-760d8427f133df486a145e6e7ac7610caf2356fc.tar.gz
accel-ppp-760d8427f133df486a145e6e7ac7610caf2356fc.zip
reworked/rewrited lcp handling code to become more abstract
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 00000000..820e269c
--- /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
+