blob: 142ce70ef8f28cfc5ae63052f8593ad93d50fb00 (
plain) (
tree)
|
|
/* 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);
|