diff options
| author | Hannes Magnusson <bjori@php.net> | 2009-03-25 19:55:59 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2009-03-25 19:55:59 +0000 |
| commit | 2881a60e31bfee41b4f5aee34f2d2bd82b35f4ed (patch) | |
| tree | fa99f31fd70ba9ec5a0d56f7581733d5b36df80f /main/streams/userspace.c | |
| parent | d348b2723c47bbe3dabdc4342dd5fe833f768dee (diff) | |
| download | php-git-2881a60e31bfee41b4f5aee34f2d2bd82b35f4ed.tar.gz | |
Add missing proto
Diffstat (limited to 'main/streams/userspace.c')
| -rw-r--r-- | main/streams/userspace.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/streams/userspace.c b/main/streams/userspace.c index 59440a7e7b..d22be609a4 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -250,6 +250,11 @@ typedef struct _php_userstream_data php_userstream_data_t; { reset to start of dir list; } + + function stream_lock($operation) + { + return true / false; + } }}} **/ |
