summaryrefslogtreecommitdiff
path: root/php/src/php7/Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php7/Endpoint.h')
-rw-r--r--php/src/php7/Endpoint.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/php/src/php7/Endpoint.h b/php/src/php7/Endpoint.h
new file mode 100644
index 00000000000..b26a388f631
--- /dev/null
+++ b/php/src/php7/Endpoint.h
@@ -0,0 +1,27 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+#ifndef ICEPHP_ENDPOINT_H
+#define ICEPHP_ENDPOINT_H
+
+#include <Config.h>
+
+namespace IcePHP
+{
+
+bool endpointInit(void);
+
+bool createEndpoint(zval*, const Ice::EndpointPtr&);
+bool fetchEndpoint(zval*, Ice::EndpointPtr&);
+
+bool createEndpointInfo(zval*, const Ice::EndpointInfoPtr&);
+
+} // End of namespace IcePHP
+
+#endif