diff options
Diffstat (limited to 'libgamma_site_free.c')
-rw-r--r-- | libgamma_site_free.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libgamma_site_free.c b/libgamma_site_free.c new file mode 100644 index 0000000..142ce70 --- /dev/null +++ b/libgamma_site_free.c @@ -0,0 +1,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); |