summaryrefslogtreecommitdiff
path: root/wctdm.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-17 17:20:33 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-17 17:20:33 +0000
commit44c67fd3692d61cf24fcbc76045bccf096220c3c (patch)
tree6c8f55ab65fe1bd3679c4154c8f1dda9ec7e8b17 /wctdm.h
parentf014898414b69f42c56dde0c3757de0d9df84806 (diff)
Working out a few bugs. Should be usable now.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@564 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.h')
-rwxr-xr-xwctdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm.h b/wctdm.h
index 93540d5..73703aa 100755
--- a/wctdm.h
+++ b/wctdm.h
@@ -63,7 +63,7 @@ struct wctdm_echo_coefs {
#define WCTDM_GET_STATS _IOR (ZT_CODE, 60, struct wctdm_stats)
#define WCTDM_GET_REGS _IOR (ZT_CODE, 61, struct wctdm_regs)
#define WCTDM_SET_REG _IOW (ZT_CODE, 62, struct wctdm_regop)
-#define WCTDM_SET_ECHOTUNE _IOW (ZT_CODE, 63, int)
+#define WCTDM_SET_ECHOTUNE _IOW (ZT_CODE, 63, struct wctdm_echo_coefs)
#endif /* _WCTDM_H */