summaryrefslogtreecommitdiff
path: root/ext/standard/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/css.h')
-rw-r--r--ext/standard/css.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/css.h b/ext/standard/css.h
index f809f6022e..c5a5e4b537 100644
--- a/ext/standard/css.h
+++ b/ext/standard/css.h
@@ -21,6 +21,6 @@
#ifndef CSS_H
#define CSS_H
-PHPAPI void php_info_print_css(void);
+PHPAPI void php_info_print_css(TSRMLS_D);
#endif