aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_site_free.c
blob: 142ce70ef8f28cfc5ae63052f8593ad93d50fb00 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                            
/* See LICENSE file for copyright and license details. */
#include "common.h"


/**
 * Release all resources held by a site state
 * and free the site state pointer
 * 
 * @param  this  The site state
 */
extern inline void libgamma_site_free(libgamma_site_state_t *restrict this);