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 wrap: on
line diff
--- a/actions.h	Wed Feb 13 22:04:50 2008 +0100
+++ b/actions.h	Tue Feb 19 22:23:37 2008 +0100
@@ -1,10 +1,1 @@
-
 unsigned char action(struct Node* node);
-
-unsigned char action_print(struct Node* node);
-unsigned char action_sum(struct Node* node);
-unsigned char action_number(struct Node* node);
-unsigned char action_input(struct Node* node);
-unsigned char action_times(struct Node* node);
-unsigned char action_blackhole(struct Node* node);
-