[Forensics-changes] [yara] 99/368: Enable usage of yr_object_print_data() from C++ code.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit a62617abc60a660f67efdce6d5daeb807280a356
Author: Mario Suvajac <msuvajac at gmail.com>
Date: Thu Oct 29 08:20:07 2015 +0100
Enable usage of yr_object_print_data() from C++ code.
---
libyara/include/yara/object.h | 2 +-
libyara/object.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libyara/include/yara/object.h b/libyara/include/yara/object.h
index a0d92cf..6b57b15 100644
--- a/libyara/include/yara/object.h
+++ b/libyara/include/yara/object.h
@@ -148,7 +148,7 @@ YR_OBJECT* yr_object_get_root(
YR_OBJECT* object);
-void yr_object_print_data(
+YR_API void yr_object_print_data(
YR_OBJECT* object,
int indent,
int print_identifier);
diff --git a/libyara/object.c b/libyara/object.c
index a48fb47..634a6a3 100644
--- a/libyara/object.c
+++ b/libyara/object.c
@@ -1070,7 +1070,7 @@ YR_OBJECT* yr_object_get_root(
return o;
}
-void yr_object_print_data(
+YR_API void yr_object_print_data(
YR_OBJECT* object,
int indent,
int print_identifier)
--
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