diff options
author | foobar <sniper@php.net> | 2002-07-12 01:49:58 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-07-12 01:49:58 +0000 |
commit | ed58d3a235883fc56d84499fab7b5b02d69a704e (patch) | |
tree | 60d13bdd982d32516bf6b3e3748b263d4b97dfe9 /main/rfc1867.h | |
parent | 87e0a4baf5f674b2276833ff0a4ca42f13bd621e (diff) | |
download | php-git-ed58d3a235883fc56d84499fab7b5b02d69a704e.tar.gz |
- Added predefined constants for the upload errors.
- Removed the debugging error (not useful for end-users)
Diffstat (limited to 'main/rfc1867.h')
-rw-r--r-- | main/rfc1867.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h index 5d93ab4b11..40b8fd580e 100644 --- a/main/rfc1867.h +++ b/main/rfc1867.h @@ -8,5 +8,6 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler); void destroy_uploaded_files_hash(TSRMLS_D); +void php_rfc1867_register_constants(TSRMLS_D); #endif /* RFC1867_H */ |