aboutsummaryrefslogtreecommitdiff
path: root/6.2/tree.h
diff options
context:
space:
mode:
Diffstat (limited to '6.2/tree.h')
-rw-r--r--6.2/tree.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/6.2/tree.h b/6.2/tree.h
index e976495..9c3cee1 100644
--- a/6.2/tree.h
+++ b/6.2/tree.h
@@ -13,8 +13,6 @@ enum { NO, YES };
#define TREE_H
#endif
-struct tnode *naddtree(struct tnode *p, char *w, int bar, int prevmatch);
+struct tnode *naddtree(struct tnode *p, char *w, int bar, int *found);
void ntreeprint(struct tnode *p);
void treefree(struct tnode *p);
-struct tnode *talloc(void);
-char *sneed_strdup(char *s);