aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h
index 451647f..2b881e6 100644
--- a/inc/parse.h
+++ b/inc/parse.h
@@ -6,6 +6,6 @@
#include <term.h>
-struct term *parse_blc(char **term);
+struct term_handle parse_blc(char **term);
#endif