release
[hcoop/zz_old/debian/djbdns.git] / taia_tai.c
1 #include "taia.h"
2
3 void taia_tai(const struct taia *ta,struct tai *t)
4 {
5 *t = ta->sec;
6 }