summaryrefslogtreecommitdiff
path: root/src/util/hash.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-20 14:58:30 +0000
commitc241cf3bef737a58162868d51a2c773c5af5abbf (patch)
tree741fac2402e78a85bdc42e3b47ee23d7c10db9f8 /src/util/hash.i
parentf1c1cc7c3de0d4a5f310357a249cef82f73c588c (diff)
Merge from "swig" branch: language binding for Java is compiling and linking. Enable with --enable-language-bindings=java
Diffstat (limited to 'src/util/hash.i')
-rw-r--r--src/util/hash.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/hash.i b/src/util/hash.i
new file mode 100644
index 000000000..f2f1e6652
--- /dev/null
+++ b/src/util/hash.i
@@ -0,0 +1,5 @@
+%{
+#include "util/hash.h"
+%}
+
+%include "util/hash.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback