WIP: Fix the Proxy-State issue.
[libradsec.git] / fticks.h
1 /* Copyright (c) 2011, NORDUnet A/S */
2 /* See LICENSE for licensing information. */
3
4 int fticks_configure(struct options *options,
5                      uint8_t **reportingp,
6                      uint8_t **macp,
7                      uint8_t **keyp);
8 void fticks_log(const struct options *options,
9                 const struct client *client,
10                 const struct radmsg *msg,
11                 const struct rqout *rqout);
12
13 /* Local Variables: */
14 /* c-file-style: "stroustrup" */
15 /* End: */