aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.h b/text.h
index ea490b3..1b4bc2b 100644
--- a/text.h
+++ b/text.h
@@ -4,6 +4,8 @@
#include <stdbool.h>
#include <stddef.h>
+typedef size_t Filepos;
+
typedef struct {
size_t start, end; /* range in bytes from start of file */
} Filerange;