From 5cc450b6e8554f5d982f444b9026447971c94024 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 16 Feb 2022 20:44:26 +0100 Subject: Huh --- inc/context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/context.h') diff --git a/inc/context.h b/inc/context.h index 5b314d7..f9bb5e5 100644 --- a/inc/context.h +++ b/inc/context.h @@ -34,6 +34,7 @@ struct ctx { struct ctx *context_create(const char *path); void context_destroy(struct ctx *ctx); +char context_getch(struct ctx *ctx, size_t i); void context_print(FILE *fd, struct ctx_location *location); void context_rewind(struct ctx *ctx); -- cgit v1.2.3