aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-17 00:19:14 +0200
committerMarvin Borner2023-05-17 00:24:37 +0200
commitf640ceee89836b56ac95c4eb1b0a43d1171c3354 (patch)
tree9deab5538634c983794a78e04b8e2cd5255711ab /inc/term.h
parentae597603952e3e329eecc25512606a7fa85ea0ec (diff)
General improvements
(nothing special, mainly cleanup and docs)
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/term.h b/inc/term.h
index a90bdd3..1fe5a91 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -28,5 +28,6 @@ struct term {
};
struct term *new_term(term_type type);
+void free_term(struct term *term);
#endif