Delete a node from a Double Linked list, with out using any extra variables vamsipavan October 6, 2006 DLNode *DelNode(DLNode *aHead, int DelValue) {