mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
extract: extract_one: make arguments const
This commit is contained in:
parent
aafa120f92
commit
2539e3cbb2
3 changed files with 7 additions and 4 deletions
|
|
@ -84,8 +84,8 @@ ensure_size(struct extraction_context *ctx, size_t additional_chars)
|
|||
}
|
||||
|
||||
bool
|
||||
extract_one(struct terminal *term, struct row *row, struct cell *cell,
|
||||
int col, void *context)
|
||||
extract_one(const struct terminal *term, const struct row *row,
|
||||
const struct cell *cell, int col, void *context)
|
||||
{
|
||||
struct extraction_context *ctx = context;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue