blob: a9283ec7c54b461297ba27fd8a1ec1d16ad8e94f (
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(struct libgamma_site_state *restrict this);
|