summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/user.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index c6cbed3..7f4cd3b 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -735,12 +735,14 @@ struct dahdi_dialoperation {
struct dahdi_echocanparam {
char name[16];
- __s32 value;
+ __s32 value;
};
struct dahdi_echocanparams {
- __u32 tap_length; /* 8 taps per millisecond */
- __u32 param_count; /* number of parameters supplied */
+ /* 8 taps per millisecond */
+ __u32 tap_length;
+ /* number of parameters supplied */
+ __u32 param_count;
/* immediately follow this structure with dahdi_echocanparam structures */
struct dahdi_echocanparam params[0];
};