We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360878e commit 8cdeaecCopy full SHA for 8cdeaec
ext/util/future.h
@@ -1,7 +1,7 @@
1
-#ifndef PHP_CASSANDRA_FUTURE_H
2
-#define PHP_CASSANDRA_FUTURE_H
+#ifndef PHP_CASSANDRA_UTIL_FUTURE_H
+#define PHP_CASSANDRA_UTIL_FUTURE_H
3
4
int php_cassandra_future_wait_timed(CassFuture* future, zval* timeout TSRMLS_DC);
5
int php_cassandra_future_is_error(CassFuture* future TSRMLS_DC);
6
7
-#endif /* PHP_CASSANDRA_FUTURE_H */
+#endif /* PHP_CASSANDRA_UTIL_FUTURE_H */
0 commit comments