baum

diff actions.h @ 26:f0856c177403

removed obsolete stuff; only relevant stuff is extern now; refactoring
author meillo@marmaro.de
date Tue, 19 Feb 2008 22:23:37 +0100
parents c202ccccedb5
children 0b82169d4129
line diff
     1.1 --- a/actions.h	Wed Feb 13 22:04:50 2008 +0100
     1.2 +++ b/actions.h	Tue Feb 19 22:23:37 2008 +0100
     1.3 @@ -1,10 +1,1 @@
     1.4 -
     1.5  unsigned char action(struct Node* node);
     1.6 -
     1.7 -unsigned char action_print(struct Node* node);
     1.8 -unsigned char action_sum(struct Node* node);
     1.9 -unsigned char action_number(struct Node* node);
    1.10 -unsigned char action_input(struct Node* node);
    1.11 -unsigned char action_times(struct Node* node);
    1.12 -unsigned char action_blackhole(struct Node* node);
    1.13 -