Move F-Ticks logging to fticks.c.
[libradsec.git] / fticks.h
1 /* Copyright (C) 2011 NORDUnet A/S
2  * See LICENSE for information about licensing.
3  */
4 void fticks_hashmac(const uint8_t *in,
5                     const uint8_t *key,
6                     size_t out_len,
7                     uint8_t *out);
8 void fticks_log(const struct options *options,
9                 const struct client *client,
10                 const struct radmsg *msg,
11                 const struct rqout *rqout);
12