[Forensics-changes] [yara] 212/415: Missing change from the previous commit

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 3d709696d73dd7b3e526f13dd0c426e2a5a5b414
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Nov 6 12:16:21 2013 +0000

    Missing change from the previous commit
---
 libyara/re.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libyara/re.h b/libyara/re.h
index e03aa51..42ac1e2 100644
--- a/libyara/re.h
+++ b/libyara/re.h
@@ -106,6 +106,8 @@ struct RE {
   RE_NODE* root_node;
   
   const char* error_message;
+  int error_code;
+  
   int8_t* literal_string;
 
   int literal_string_len;
@@ -153,4 +155,6 @@ int yr_re_exec(
 
 int yr_re_initialize();
 
+int yr_re_finalize();
+
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list