aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/rc.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-26 10:26:17 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-26 10:26:17 -0700
commit40f4c7305a041d4214df117491593898d04d0134 (patch)
tree17086a8c064bdd89a7aa2c9579621413c0ba3bb1 /sys/cmd/rc/rc.h
parent094d3c76925cf6c05a8bfcc112849627d16279b8 (diff)
proto(rc): control structures
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);