blob: 70a1be963dad224af40c32e1f30c8c3b3b59d9e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Copyright (c) 2006-2009, Stig Venaas, UNINETT AS.
* Copyright (c) 2010, UNINETT AS, NORDUnet A/S.
* Copyright (c) 2010-2012, 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);
|