inner let vals
[m6w6/ext-psi] / src / marshal.h
index 47402e46cc06036b0b3377e464e1c7af19ac0525..a011c1bb115d794a393dd92fe74242b34c568515 100644 (file)
@@ -14,6 +14,7 @@ void psi_to_zval(zval *return_value, set_value *set, impl_val *ret_val);
 void *psi_array_to_struct(decl_struct *s, HashTable *arr);
 void psi_from_zval(impl_val *mem, decl_arg *spec, zval *zv, void **tmp);
 
+impl_val *psi_let_void(impl_val *tmp, decl_type *type, impl_arg *iarg, void **to_free);
 impl_val *psi_let_boolval(impl_val *tmp, decl_type *type, impl_arg *iarg, void **to_free);
 impl_val *psi_let_intval(impl_val *tmp, decl_type *type, impl_arg *iarg, void **to_free);
 impl_val *psi_let_floatval(impl_val *tmp, decl_type *type, impl_arg *iarg, void **to_free);