diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-27 19:48:52 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-27 19:48:52 -0800 |
| commit | 7d4bc36949cec8e5c791c352a264cd1dea4f8a1e (patch) | |
| tree | f2a873d8628beae17af524c2334c75b97a50beb0 /file_loader.h | |
| parent | 177bc55cfc405a7df0f666aa2dce29e428b9592c (diff) | |
Added in-place filtering/replacements
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); |
