diff options
Diffstat (limited to 'doc/manual/example4/function.cfg')
-rw-r--r-- | doc/manual/example4/function.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/example4/function.cfg b/doc/manual/example4/function.cfg index feee635..26eb3f5 100644 --- a/doc/manual/example4/function.cfg +++ b/doc/manual/example4/function.cfg @@ -10,3 +10,6 @@ ReturnValueCapacity custom_allocate {0} # custom_free will only ever receive a direct Buffer NioDirectOnly custom_free + +# Include the function.h header in the generated glue code +CustomCCode #include "function.h" |