X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_crypto%2Fmd5_sha1%2Fmd5_sha1_op.h;h=c29a90a42710d4779f8bd0f24122a310e656470d;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=1e2b725f3f9a4e0ee96403974638f9c0cceaea30;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/os_crypto/md5_sha1/md5_sha1_op.h b/src/os_crypto/md5_sha1/md5_sha1_op.h index 1e2b725..c29a90a 100755 --- a/src/os_crypto/md5_sha1/md5_sha1_op.h +++ b/src/os_crypto/md5_sha1/md5_sha1_op.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/os_crypto/md5_sha1/md5_sha1_op.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. @@ -17,7 +18,7 @@ #define __MD5SHA1_OP_H -int OS_MD5_SHA1_File(char *fname, char *md5output, char *sha1output); +int OS_MD5_SHA1_File(char *fname, char *prefilter_cmd, char *md5output, char *sha1output); #endif