diff options
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parse.h b/inc/parse.h index 2071f65..205f204 100644 --- a/inc/parse.h +++ b/inc/parse.h @@ -16,6 +16,7 @@ struct bloc_parsed { struct term *parse_blc(const char *term); struct bloc_parsed *parse_bloc(const void *bloc); +void free_bloc(struct bloc_parsed *bloc); struct term *from_bloc(struct bloc_parsed *bloc); #endif |