aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_site_destroy.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-07 22:51:21 +0100
committerMattias Andrée <maandree@kth.se>2021-03-07 22:51:21 +0100
commitbaa6a1cf7979c095c1081daa2a2d1134c76d2f1b (patch)
treed0525238a334091eb4d241b0b83da1a4a1793d5b /libgamma_site_destroy.c
parentStart replacing info manual with man pages (diff)
downloadlibgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.gz
libgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.bz2
libgamma-baa6a1cf7979c095c1081daa2a2d1134c76d2f1b.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libgamma_site_destroy.c')
-rw-r--r--libgamma_site_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_site_destroy.c b/libgamma_site_destroy.c
index 83b640b..4ccc795 100644
--- a/libgamma_site_destroy.c
+++ b/libgamma_site_destroy.c
@@ -8,7 +8,7 @@
* @param this The site state
*/
void
-libgamma_site_destroy(libgamma_site_state_t *restrict this)
+libgamma_site_destroy(struct libgamma_site_state *restrict this)
{
switch (this->method) {
#define X(CONST, CNAME, ...)\