comparison actions.c @ 16:b62288419c1c

added README and LICENSE; changed error code of invalid node
author meillo@marmaro.de
date Wed, 13 Feb 2008 20:33:39 +0100
parents e2048e569891
children f0856c177403
comparison
equal deleted inserted replaced
15:e2048e569891 16:b62288419c1c
35 logit("blackhole-node"); 35 logit("blackhole-node");
36 return action_blackhole(node); 36 return action_blackhole(node);
37 37
38 } else { 38 } else {
39 fprintf(stderr, "unknown kind of node"); 39 fprintf(stderr, "unknown kind of node");
40 exit(1); 40 exit(4);
41 } 41 }
42 } 42 }
43 43
44 44
45 45