conditionally-compiled area.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23809
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
-static int zt_setlaw(int zfd, int law)
-{
- int res;
- res = ioctl(zfd, ZT_SETLAW, &law);
- if (res)
- return res;
- return 0;
-}
-
static int alloc_sub(struct zt_pvt *p, int x)
{
ZT_BUFFERINFO bi;
}
}
+static int zt_setlaw(int zfd, int law)
+{
+ int res;
+ res = ioctl(zfd, ZT_SETLAW, &law);
+ if (res)
+ return res;
+ return 0;
+}
+
static void *pri_dchannel(void *vpri)
{
struct zt_pri *pri = vpri;