baum

diff baum.h @ 47:c31b5bb6d493

merged header files into only one (removed actions.h)
author meillo@marmaro.de
date Sun, 02 Mar 2008 10:34:09 +0100
parents 22305a6e128d
children
line diff
     1.1 --- a/baum.h	Sun Mar 02 10:29:55 2008 +0100
     1.2 +++ b/baum.h	Sun Mar 02 10:34:09 2008 +0100
     1.3 @@ -4,6 +4,7 @@
     1.4  struct Node* insertLast(struct Node* node, struct Node* insert);
     1.5  struct Node* copyTree(struct Node* node);
     1.6  
     1.7 +unsigned char action(struct Node* node); /* in actions.c */
     1.8  
     1.9  /* structs */
    1.10  struct Node {