diff options
author | Marvin Borner | 2022-02-16 20:44:26 +0100 |
---|---|---|
committer | Marvin Borner | 2022-02-16 20:44:26 +0100 |
commit | 5cc450b6e8554f5d982f444b9026447971c94024 (patch) | |
tree | 7602f936718bc051b6901580b815cf7f53732f5e /inc/context.h | |
parent | 51c4defc436c0d119941eb6d5b953d27b5b8e6f7 (diff) |
Huh
Diffstat (limited to 'inc/context.h')
-rw-r--r-- | inc/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |