diff options
Diffstat (limited to 'file_loader.h')
| -rw-r--r-- | file_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/file_loader.h b/file_loader.h index d6d305a..28a6281 100644 --- a/file_loader.h +++ b/file_loader.h @@ -16,6 +16,8 @@ typedef struct { file_t *load_file(const char *filename); file_t *spoof_file(const char *filename, char *text); __attribute__((nonnull)) +void intern_file(file_t *f); +__attribute__((nonnull)) void destroy_file(file_t **f); __attribute__((pure, nonnull)) size_t get_line_number(file_t *f, const char *p); |
