Update copyright and licensing information.
[libradsec.git] / fticks.h
1 /* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
2  * Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
3  * Copyright (c) 2010-2012, NORDUnet A/S. */
4 /* See LICENSE for licensing information. */
5
6 int fticks_configure(struct options *options,
7                      uint8_t **reportingp,
8                      uint8_t **macp,
9                      uint8_t **keyp);
10 void fticks_log(const struct options *options,
11                 const struct client *client,
12                 const struct radmsg *msg,
13                 const struct rqout *rqout);