aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_site_free.c
blob: a9283ec7c54b461297ba27fd8a1ec1d16ad8e94f (plain) (blame)
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(struct libgamma_site_state *restrict this);