summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-10 09:54:14 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-10 09:54:14 -0700
commit37c38c70de43d9d9ee3c9f0e2f175e19bcc0b485 (patch)
tree29cf02cfabad5eb22306ac05eaee96efbdb79cd9 /phpcpp.h
parent85507088051bdfabf8bc71346290949b78c3c914 (diff)
When registering functions, it now is also possible to specify the signature of the parameters
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 37660ec..db8a8e2 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -25,9 +25,10 @@
#include <phpcpp/type.h>
#include <phpcpp/request.h>
#include <phpcpp/argument.h>
+#include <phpcpp/byval.h>
+#include <phpcpp/byref.h>
#include <phpcpp/value.h>
#include <phpcpp/member.h>
-#include <phpcpp/arguments.h>
#include <phpcpp/parameters.h>
#include <phpcpp/function.h>
#include <phpcpp/extension.h>