radsecproxy-1.6.5.
[libradsec.git] / fticks.h
1 /* Copyright (C) 2011 NORDUnet A/S
2  * See LICENSE for information about licensing.
3  */
4
5 int fticks_configure(struct options *options,
6                      uint8_t **reportingp,
7                      uint8_t **macp,
8                      uint8_t **keyp);
9 void fticks_log(const struct options *options,
10                 const struct client *client,
11                 const struct radmsg *msg,
12                 const struct rqout *rqout);