From 3a49606d9d9f27142954312adad2fb81a868b258 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 16 Jul 2003 15:13:23 +0000 Subject: Add directory iterator class --- ext/spl/php_spl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/spl/php_spl.h') diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index e4abfd4514..36603cb0d1 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -95,6 +95,8 @@ PHP_FUNCTION(spl_classes); PHP_FUNCTION(class_parents); PHP_FUNCTION(class_implements); +PHP_MINIT_FUNCTION(spl_directory); + #endif /* PHP_SPL_H */ /* -- cgit v1.2.1