From 9bc5d1ed595e0ff0b7cec9a87d06a7923c211ebd Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 6 Apr 2014 14:44:03 +0200 Subject: removed all zend dependencies from the public extension object, and moved it into the src directory --- src/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/function.h') diff --git a/src/function.h b/src/function.h index fd60944..4c34ac7 100644 --- a/src/function.h +++ b/src/function.h @@ -67,7 +67,7 @@ public: * @param prefix Active namespace prefix * @param entry Entry to be filled */ - void initialize(const std::string &prefix, struct _zend_function_entry *entry) + void initialize(const std::string &prefix, zend_function_entry *entry) { // if there is a namespace prefix, we should adjust the name if (prefix.size()) _ptr = HiddenPointer(this, prefix+"\\"+(const char *)_ptr); -- cgit v1.2.3