We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1e8e9 commit 754a769Copy full SHA for 754a769
src/MongoDB/WriteResult.h
@@ -21,6 +21,8 @@
21
22
#include <php.h>
23
24
+#include "phongo_structs.h"
25
+
26
php_phongo_writeresult_t* phongo_writeresult_init(zval* return_value, bson_t* reply, zval* manager, uint32_t server_id);
27
28
#endif /* PHONGO_WRITERESULT_H */
0 commit comments