summaryrefslogtreecommitdiff
path: root/accel-pptpd/ppp/ppp_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/ppp/ppp_auth.h')
-rw-r--r--accel-pptpd/ppp/ppp_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp_auth.h b/accel-pptpd/ppp/ppp_auth.h
index f858d33..fbd2017 100644
--- a/accel-pptpd/ppp/ppp_auth.h
+++ b/accel-pptpd/ppp/ppp_auth.h
@@ -23,6 +23,7 @@ struct ppp_auth_handler_t
int (*start)(struct ppp_t*, struct auth_data_t*);
int (*finish)(struct ppp_t*, struct auth_data_t*);
void (*free)(struct ppp_t*,struct auth_data_t*);
+ int (*check)(uint8_t *);
};
int ppp_auth_register_handler(struct ppp_auth_handler_t*);