summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-01-29 12:00:52 +0000
committerAndrey Hristov <andrey@php.net>2008-01-29 12:00:52 +0000
commit2687e55829be31a1882e514b79a009526342c77b (patch)
tree33ca3d927588d0295e4fdfdba7b635a04f9fad85 /ext/mysqlnd/mysqlnd_statistics.h
parent76640a615f489a7efa8bec9e81f5094340619a04 (diff)
downloadphp-git-2687e55829be31a1882e514b79a009526342c77b.tar.gz
Moved initialization into a separate function
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.h')
-rw-r--r--ext/mysqlnd/mysqlnd_statistics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.h b/ext/mysqlnd/mysqlnd_statistics.h
index d533d0c52a..e9a3acf86e 100644
--- a/ext/mysqlnd/mysqlnd_statistics.h
+++ b/ext/mysqlnd/mysqlnd_statistics.h
@@ -196,6 +196,10 @@ extern const MYSQLND_STRING mysqlnd_stats_values_names[];
void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, zval *return_value
TSRMLS_DC ZEND_FILE_LINE_DC);
+
+void mysqlnd_stats_init(MYSQLND_STATS ** stats);
+void mysqlnd_stats_end(MYSQLND_STATS * stats);
+
#endif /* MYSQLND_STATISTICS_H */