Skip to content
Snippets Groups Projects
Commit 6e186d7c authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Deleted file header in node.c.

parent a63981c6
No related merge requests found
/*!
* \file descriptor.h
*
* \author Jan Kadlec <jan.kadlec@nic.cz>, most of the work by NSD team
* \author Jan Kadlec <jan.kadlec@nic.cz>, most of the work by the NSD team
*
* \brief Contains resource record descriptor and its API
*
......
/*
* File node.c
* Date 11.11.2010 15:38
* Author: jan.kadlec@nic.cz
* Project: CuteDNS
* Description:
*/
#include <malloc.h>
#include "common.h"
......@@ -69,4 +61,3 @@ void dnslib_node_free(dnslib_node_t **node)
*node = NULL;
}
/* end of file node.c */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment