Skip to content

Commit 2881a60

Browse files
committed
Add missing proto
1 parent d348b27 commit 2881a60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/streams/userspace.c

+5
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ typedef struct _php_userstream_data php_userstream_data_t;
250250
{
251251
reset to start of dir list;
252252
}
253+
254+
function stream_lock($operation)
255+
{
256+
return true / false;
257+
}
253258
254259
}}} **/
255260

0 commit comments

Comments
 (0)