aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
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 1fe5a91..d368f0e 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -29,5 +29,6 @@ struct term {
struct term *new_term(term_type type);
void free_term(struct term *term);
+void diff_term(struct term *a, struct term *b);
#endif