Move configure_fticks to fticks.c.
[radsecproxy.git] / fticks.h
1 /* Copyright (C) 2011 NORDUnet A/S
2  * See LICENSE for information about licensing.
3  */
4 int fticks_configure(struct options *options,
5                      uint8_t **reportingp,
6                      uint8_t **macp,
7                      uint8_t **keyp);
8 void fticks_hashmac(const uint8_t *in,
9                     const uint8_t *key,
10                     size_t out_len,
11                     uint8_t *out);
12 void fticks_log(const struct options *options,
13                 const struct client *client,
14                 const struct radmsg *msg,
15                 const struct rqout *rqout);
16