X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=fticks.h;h=5786d127bd30d30dbc53dc5bf28c2a5c4562d87d;hb=refs%2Fheads%2Fproxy-state;hp=b749d98de992c919223ebec0c3e713704be2236f;hpb=59e93add209b19fd1c29209930397a20a9d9c932;p=libradsec.git diff --git a/fticks.h b/fticks.h index b749d98..5786d12 100644 --- a/fticks.h +++ b/fticks.h @@ -1,12 +1,15 @@ -/* Copyright (C) 2011 NORDUnet A/S - * See LICENSE for information about licensing. - */ -void fticks_hashmac(const uint8_t *in, - const uint8_t *key, - size_t out_len, - uint8_t *out); +/* 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: */