From 369aef553267ddee30b7560f247750c344797282 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 16:21:20 +0200 Subject: Move configure_fticks to fticks.c. --- fticks.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fticks.h') diff --git a/fticks.h b/fticks.h index b749d98..ec1ed9a 100644 --- a/fticks.h +++ b/fticks.h @@ -1,6 +1,10 @@ /* Copyright (C) 2011 NORDUnet A/S * See LICENSE for information about licensing. */ +int fticks_configure(struct options *options, + uint8_t **reportingp, + uint8_t **macp, + uint8_t **keyp); void fticks_hashmac(const uint8_t *in, const uint8_t *key, size_t out_len, -- cgit v1.1