mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
Fix build of bindings
This commit is contained in:
parent
7222f83152
commit
e817148a84
@ -1,7 +1,7 @@
|
||||
/* radare - LGPL - Copyright 2009-2012 pancake<nopcode.org> */
|
||||
|
||||
namespace Radare {
|
||||
[CCode (cheader_filename="r_cons.h", cname="RCons", free_function="", cprefix="r_cons_")]
|
||||
[CCode (cheader_filename="r_cons.h", cname="RCons", free_function="", unref_function="", cprefix="r_cons_")]
|
||||
/* XXX: LEAK */
|
||||
public class RCons {
|
||||
// public RCons ();
|
||||
|
Loading…
Reference in New Issue
Block a user