aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/rc.h')
-rw-r--r--sys/cmd/rc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/rc/rc.h b/sys/cmd/rc/rc.h
index 85a046a..11af508 100644
--- a/sys/cmd/rc/rc.h
+++ b/sys/cmd/rc/rc.h
@@ -203,6 +203,7 @@ Tree *maketree3(int, Tree*, Tree*, Tree*);
Tree *token(int, char *);
Tree *hangchild1(Tree *, Tree *, int);
Tree *hangchild2(Tree *, Tree *, int, Tree *, int);
+Tree *hangchild3(Tree *, Tree *, Tree *, Tree *);
Tree *hangepilog(Tree *, Tree*);
void freeparsetree(void);