File: fticks.h

package info (click to toggle)
radsecproxy 1.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,420 kB
  • sloc: ansic: 12,097; sh: 1,963; makefile: 84
file content (17 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2011, NORDUnet A/S */
/* See LICENSE for licensing information. */

#include "radsecproxy.h"

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 request *rq);

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