diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-10-12 18:50:05 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-10-12 18:50:05 +0000 |
| commit | 0cc1641447597816b35a564e14051646f8d5acd5 (patch) | |
| tree | 415b63fe10d3f33997655e344b1211f4819f3140 /main/rfc1867.c | |
| parent | 4fe8a2c1bdc8b6cd1b805e101b0dab51ebd1fb35 (diff) | |
| download | php-git-0cc1641447597816b35a564e14051646f8d5acd5.tar.gz | |
starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.
Diffstat (limited to 'main/rfc1867.c')
| -rw-r--r-- | main/rfc1867.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c index d210d091a9..000c4217e8 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -25,7 +25,7 @@ #include "rfc1867.h" #ifndef THREAD_SAFE -int le_uploads; +extern int le_uploads; /* "borrowed" from file.c */ extern HashTable list; #endif |
