aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.h b/output.h
index 93264037..9a948b8f 100644
--- a/output.h
+++ b/output.h
@@ -135,7 +135,7 @@ int writeb( tputs_arg_t b );
Set the function used for writing in move_cursor, writespace and
set_color. By default, writembs is used.
*/
-void output_set_writer( int (*writer)(char *) );
+void output_set_writer( int (*writer)(char) );
#endif