Not understanding the code

what is the meaning of node *next; in this lecture

Node* next is just a variable with data type = Node*

which means next will hold the address of data type Node.