X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..refs/pull/482/head:/signature.h?ds=sidebyside 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 *);