aboutsummaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/files.h b/files.h
index b32d5a4..358fcd8 100644
--- a/files.h
+++ b/files.h
@@ -28,6 +28,8 @@ void destroy_file(file_t **f);
__attribute__((pure, nonnull))
size_t get_line_number(file_t *f, const char *p);
__attribute__((pure, nonnull))
+size_t get_line_column(file_t *f, const char *p);
+__attribute__((pure, nonnull))
const char *get_line(file_t *f, size_t line_number);
#endif