[Forensics-changes] [yara] 233/407: fix: compilation error because of multiple function declarations
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit eb3e20ad388fc0b0ef59b681e186ea699f10c743
Author: pozdnychev <guillaume at bk.ru>
Date: Fri Nov 28 15:03:35 2014 +0100
fix: compilation error because of multiple function declarations
---
libyara/include/yara/re.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libyara/include/yara/re.h b/libyara/include/yara/re.h
index d7cc915..7a3f022 100644
--- a/libyara/include/yara/re.h
+++ b/libyara/include/yara/re.h
@@ -161,12 +161,6 @@ int yr_re_compile(
RE_ERROR* error);
-RE_NODE* yr_re_node_create(
- int type,
- RE_NODE* left,
- RE_NODE* right);
-
-
void yr_re_destroy(
RE* re);
--
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