summaryrefslogtreecommitdiff
path: root/sapi/cli/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/cli.h')
-rw-r--r--sapi/cli/cli.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/cli/cli.h b/sapi/cli/cli.h
index 0a76895c58..5cc39ff00b 100644
--- a/sapi/cli/cli.h
+++ b/sapi/cli/cli.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifndef CLI_H
#define CLI_H
@@ -30,7 +28,7 @@
#endif
-extern PHP_CLI_API size_t sapi_cli_single_write(const char *str, size_t str_length);
+extern PHP_CLI_API ssize_t sapi_cli_single_write(const char *str, size_t str_length);
typedef struct {
size_t (*cli_shell_write)(const char *str, size_t str_length);