Comments added.
FossilOrigin-Name: 94c3fbcc411c49012de0c826a588eb289e098b5aadc19846a9ce658d6eced5aa
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
    This file is part of libcapwap.
 | 
					    This file is part of actube.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    libcapwap is free software: you can redistribute it and/or modify
 | 
					    actube is free software: you can redistribute it and/or modify
 | 
				
			||||||
    it under the terms of the GNU General Public License as published by
 | 
					    it under the terms of the GNU General Public License as published by
 | 
				
			||||||
    the Free Software Foundation, either version 3 of the License, or
 | 
					    the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
    (at your option) any later version.
 | 
					    (at your option) any later version.
 | 
				
			||||||
@ -13,13 +13,20 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    You should have received a copy of the GNU General Public License
 | 
					    You should have received a copy of the GNU General Public License
 | 
				
			||||||
    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 | 
					    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdlib.h>
 | 
					/**
 | 
				
			||||||
 | 
					 * @file
 | 
				
			||||||
 | 
					 * @brief Implements conn_destroy
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include "conn.h"
 | 
					#include "conn.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * Destroy a conn object
 | 
				
			||||||
 | 
					 * @param object to destroy
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
void conn_destroy(struct conn * conn)
 | 
					void conn_destroy(struct conn * conn)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if (conn->fragman)
 | 
						if (conn->fragman)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user