aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
commitdeca6f4d03d36e4980715ae6709f244f381b1175 (patch)
treee8e8b61824fb4341976c4e010edb89b65d17a770 /text.h
parent6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (diff)
downloadvis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.gz
vis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.xz
Cleanup header files
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;