aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index 90a0efa..9179b16 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -79,6 +79,8 @@ typedef void* CFunc; ///< Compiled function (opaque)
* Garbage Collection *
***************************************************************************/
+extern "C" { void* __resp_alloc(unsigned size); }
+
struct Object;
/// Type tag for an AST node (must be even and > 1 since LSb is used as mark)