[Forensics-changes] [yara] 41/135: Rename YR_EVALUATION_CONTEXT to YR_SCAN_CONTEXT and some other minor changes

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:30 UTC 2017


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

bengen pushed a commit to annotated tag v3.1.0
in repository yara.

commit d907fdd8b6aa560930b4410192b0d1efea2f9ba2
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri Jul 4 10:55:46 2014 +0200

    Rename YR_EVALUATION_CONTEXT to YR_SCAN_CONTEXT and some other minor changes
---
 libyara/include/yara/modules.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libyara/include/yara/modules.h b/libyara/include/yara/modules.h
index a1d2525..27cb097 100644
--- a/libyara/include/yara/modules.h
+++ b/libyara/include/yara/modules.h
@@ -198,7 +198,7 @@ typedef int (*YR_EXT_DECLARATIONS_FUNC)( \
 
 
 typedef int (*YR_EXT_LOAD_FUNC)( \
-    YR_EVALUATION_CONTEXT* context,
+    YR_SCAN_CONTEXT* context,
     YR_OBJECT* main_structure,
     void* module_data,
     size_t module_data_size);
@@ -239,11 +239,11 @@ int yr_modules_do_declarations(
 
 int yr_modules_load(
     const char* module_name,
-    YR_EVALUATION_CONTEXT* context);
+    YR_SCAN_CONTEXT* context);
 
 
 int yr_modules_unload_all(
-    YR_EVALUATION_CONTEXT* context);
+    YR_SCAN_CONTEXT* context);
 
 
 #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