diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
commit | dfd0f8824c1ee7c391859f265caa571c8adae7b9 (patch) | |
tree | b0ebf17cce4bad1fca0f66ebb23b9b88dabee931 /ext/standard/php_filestat.h | |
parent | ca362445c486e878d3ae287683d14fd54c13ebd6 (diff) | |
download | php-git-dfd0f8824c1ee7c391859f265caa571c8adae7b9.tar.gz |
More maintainer-mode cleanups
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index bc6cc9d232..05003fa807 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -54,6 +54,7 @@ PHP_FUNCTION(is_link); PHP_FUNCTION(file_exists); PHP_FUNCTION(stat); PHP_FUNCTION(lstat); +PHP_FUNCTION(diskfreespace); PHP_FUNCTION(chown); PHP_FUNCTION(chgrp); PHP_FUNCTION(chmod); |