summaryrefslogtreecommitdiff
path: root/fticks.h
blob: 5786d127bd30d30dbc53dc5bf28c2a5c4562d87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2011, NORDUnet A/S */
/* See LICENSE for licensing information. */

int fticks_configure(struct options *options,
		     uint8_t **reportingp,
		     uint8_t **macp,
		     uint8_t **keyp);
void fticks_log(const struct options *options,
		const struct client *client,
		const struct radmsg *msg,
		const struct rqout *rqout);

/* Local Variables: */
/* c-file-style: "stroustrup" */
/* End: */