Formatting changes.
[radsecproxy.git] / fticks.h
index 4098fb5..dfc209f 100644 (file)
--- a/fticks.h
+++ b/fticks.h
@@ -1,7 +1,12 @@
-/* Copyright (C) 2011 NORDUnet A/S
- * See LICENSE for information about licensing.
- */
-int fticks_hashmac(const uint8_t *in,
-                  const uint8_t *key,
-                  size_t out_len,
-                  uint8_t *out);
+/* Copyright (c) 2006-2010, UNINETT AS
+ * 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);