diff options
Diffstat (limited to '6.2/tree.h')
-rw-r--r-- | 6.2/tree.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |