aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dahdiscan.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-29 22:29:11 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-29 22:29:11 +0000
commit5892da801b30e4de9945c921375d2369ae23a35e (patch)
tree9fb888939204c0851e180c319c81e76d908496b4 /apps/app_dahdiscan.c
parentb92b22c5084f1a3a86c1be9e5ff21a6253905566 (diff)
Merged revisions 134260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r134260 | kpfleming | 2008-07-29 17:22:13 -0500 (Tue, 29 Jul 2008) | 2 lines build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for features that will always be present in DAHDI ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@134283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dahdiscan.c')
-rw-r--r--apps/app_dahdiscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dahdiscan.c b/apps/app_dahdiscan.c
index 83032d358..d092f348e 100644
--- a/apps/app_dahdiscan.c
+++ b/apps/app_dahdiscan.c
@@ -107,7 +107,7 @@ static int conf_run(struct ast_channel *chan, int confno, int confflags)
char input[4];
int ic=0;
- DAHDI_BUFFERINFO bi;
+ struct dahdi_bufferinfo bi;
char __buf[CONF_SIZE + AST_FRIENDLY_OFFSET];
char *buf = __buf + AST_FRIENDLY_OFFSET;