aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.h b/src/wrap.h
index f29e0dc..8fc057a 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -99,7 +99,7 @@ struct wrap_line
};
-extern int wrap_contents(struct frame *fr, struct wrap_line *boxes);
+extern int wrap_contents(struct frame *fr);
extern void get_cursor_pos(struct frame *fr, size_t pos,
double *xposd, double *yposd, double *line_height);