Formatting changes.
[radsecproxy.git] / fticks.h
1 /* Copyright (c) 2006-2010, UNINETT AS
2  * Copyright (c) 2010-2012, NORDUnet A/S */
3 /* See LICENSE for licensing information. */
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);