parse.h question

2004-09-09 Thread Pedro Neves
Dear all:   Can someone please explain me the difference between the struct node and the struct tree defined in parse.h file?   Thanks in advance   Best Regards, Pedro Neves  

struct tree in parse.h question

2004-09-07 Thread Pedro Neves
Dear All: 1º Can someone please explain me the difference between the struct node and the struct tree defined in parse.h? 2º In the struct tree we have the following statement: struct tree*next_peer; /* Next node in list of peers */ struct tree*next; /* Next node in