/* ISC license. */ #include #include void wpactrl_xchg_free (wpactrl_xchg_t *dt) { stralloc_free(&dt->sa) ; *dt = wpactrl_xchg_zero ; }