sync
[bitrig.git] / usr.sbin / npppd / npppd / npppd_radius.h
blobe9b7d743681168376a69a3e2dc8ab04e921f5ee9
1 #ifndef NPPPD_RADIUS_H
2 #define NPPPD_RADIUS_H 1
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 void ppp_proccess_radius_framed_ip (npppd_ppp *, RADIUS_PACKET *);
9 int ppp_set_radius_attrs_for_authreq (npppd_ppp *, radius_req_setting *, RADIUS_PACKET *);
10 void npppd_ppp_radius_acct_start (npppd *, npppd_ppp *);
11 void npppd_ppp_radius_acct_stop (npppd *, npppd_ppp *);
13 #ifdef __cplusplus
15 #endif
16 #endif