diff options
Diffstat (limited to 'file_loader.h')
| -rw-r--r-- | file_loader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/file_loader.h b/file_loader.h index 0094732..2a47d40 100644 --- a/file_loader.h +++ b/file_loader.h @@ -6,10 +6,13 @@ #include <stdio.h> +struct allocated_op_s; // declared in types.h + typedef struct { const char *filename; char *contents, **lines, *end; size_t nlines; + struct allocated_op_s *ops; unsigned int mmapped:1; } file_t; |
