From 8863fc0e5d6cc6bf64875fa4156ddfd54c6cf9c9 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Thu, 3 Apr 2014 17:40:30 +0400 Subject: NDOize some generic code --- signature.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'signature.h') diff --git a/signature.h b/signature.h index 3f664c5b..a052df86 100644 --- a/signature.h +++ b/signature.h @@ -15,10 +15,13 @@ * Original code by Hannes Gredler (hannes@juniper.net) */ +/* for netdissect_options */ +#include "netdissect.h" + /* signature checking result codes */ #define SIGNATURE_VALID 0 #define SIGNATURE_INVALID 1 #define CANT_CHECK_SIGNATURE 2 extern const struct tok signature_check_values[]; -extern int signature_verify (const u_char *, u_int, u_char *); +extern int signature_verify(netdissect_options *, const u_char *, u_int, u_char *); -- cgit v1.2.1