summaryrefslogtreecommitdiffstats
path: root/src/c_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_utils.h')
-rw-r--r--src/c_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_utils.h b/src/c_utils.h
index aad51ea..4cafa3b 100644
--- a/src/c_utils.h
+++ b/src/c_utils.h
@@ -15,7 +15,7 @@
# include "s_struct.h"
-char *c_new_line(char *line, t_caps *tcaps);
+char *c_new_line(t_caps *tcaps);
char *c_insert_char(char *str, char c, t_caps *tcaps);
char *c_delchar(char *str, unsigned short cpos);
short c_redraw_line(char *line, t_caps *tcaps);