summaryrefslogtreecommitdiff
path: root/ext/dio/php_dio.h
diff options
context:
space:
mode:
authorAlan Knowles <alan_k@php.net>2002-08-15 09:23:41 +0000
committerAlan Knowles <alan_k@php.net>2002-08-15 09:23:41 +0000
commit0dc8cdd4c724f23fa1e8d8fb9c3fadd89a064735 (patch)
tree3c2590a588d1be78cc882967f76575591df6206b /ext/dio/php_dio.h
parent6adcd3d353c3e0d2eface1537933dfe5e2367a9d (diff)
downloadphp-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.h1
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;