summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/phpdbg_io.h')
-rw-r--r--sapi/phpdbg/phpdbg_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_io.h b/sapi/phpdbg/phpdbg_io.h
index 3ac8f4112d..a5659e88c6 100644
--- a/sapi/phpdbg/phpdbg_io.h
+++ b/sapi/phpdbg/phpdbg_io.h
@@ -21,6 +21,8 @@
#include "phpdbg.h"
+PHPDBG_API int phpdbg_consume_stdin_line(char *buf TSRMLS_DC);
+
PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo TSRMLS_DC);
PHPDBG_API int phpdbg_send_bytes(int sock, const char *ptr, int len);
PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo TSRMLS_DC);