헤더파일에 struct _DNode가 있고
struct _DList가 있는데 _DList 밑에는 fGuard와 rGuard라는 DNode가 있어서 fGuard와 rGuard는 DNode구나 싶었는데요
pL->fGuard.next = pL->rGuard; 라는 라인이 "incompatible types when assigning to type 'struct _DNode' from type 'DNode'라고 뜨네요
이상황에 struct _DNode와 DNode 차이점은 뭔가요?