diff options
Diffstat (limited to 'usr.sbin/ppp/radius.h')
-rw-r--r-- | usr.sbin/ppp/radius.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h index 2d7d692..bba7e45 100644 --- a/usr.sbin/ppp/radius.h +++ b/usr.sbin/ppp/radius.h @@ -97,6 +97,7 @@ struct radacct { struct bundle; +extern void radius_Flush(struct radius *); extern void radius_Init(struct radius *); extern void radius_Destroy(struct radius *); |