summaryrefslogtreecommitdiff
path: root/apps/app_dahdibarge.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:22:13 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:22:13 +0000
commit0ce79e5a0653c0d2532304c07d0f83fcc92209a6 (patch)
treedfe1d3cc46cf188010bce49e886cd2d882b3535a /apps/app_dahdibarge.c
parente03f7ce05a68f021d654d1f4c99c3b4ab4a2fec6 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@134260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_dahdibarge.c')
-rw-r--r--apps/app_dahdibarge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dahdibarge.c b/apps/app_dahdibarge.c
index a59edc9af..1c13eb0a3 100644
--- a/apps/app_dahdibarge.c
+++ b/apps/app_dahdibarge.c
@@ -99,7 +99,7 @@ static int conf_run(struct ast_channel *chan, int confno, int confflags)
int origfd;
int ret = -1;
- DAHDI_BUFFERINFO bi;
+ struct dahdi_bufferinfo bi;
char __buf[CONF_SIZE + AST_FRIENDLY_OFFSET];
char *buf = __buf + AST_FRIENDLY_OFFSET;