diff options
author | Alan Knowles <alan_k@php.net> | 2002-08-15 09:23:41 +0000 |
---|---|---|
committer | Alan Knowles <alan_k@php.net> | 2002-08-15 09:23:41 +0000 |
commit | 0dc8cdd4c724f23fa1e8d8fb9c3fadd89a064735 (patch) | |
tree | 3c2590a588d1be78cc882967f76575591df6206b /ext/dio/php_dio.h | |
parent | 6adcd3d353c3e0d2eface1537933dfe5e2367a9d (diff) | |
download | php-git-0dc8cdd4c724f23fa1e8d8fb9c3fadd89a064735.tar.gz |
adding dio_tcsetattr and ASYNC support
Diffstat (limited to 'ext/dio/php_dio.h')
-rw-r--r-- | ext/dio/php_dio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dio/php_dio.h b/ext/dio/php_dio.h index 39408c655c..41cbe01a10 100644 --- a/ext/dio/php_dio.h +++ b/ext/dio/php_dio.h @@ -44,6 +44,7 @@ PHP_FUNCTION(dio_read); PHP_FUNCTION(dio_write); PHP_FUNCTION(dio_fcntl); PHP_FUNCTION(dio_close); +PHP_FUNCTION(dio_tcsetattr); typedef struct { int fd; |