summaryrefslogtreecommitdiff
path: root/ppp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-21 21:45:04 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-04-21 21:45:04 +0000
commit790ec29932e1c942325b4d83313f250be3f044d7 (patch)
tree80e4bbe280a03e8e613a892df08142762f8b572d /ppp
parent491d533529cf53bdbd9c4276f7997fcdd4540384 (diff)
Yet another left-over DAHDI_PARAMS. ppp almost builds
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6429 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'ppp')
-rw-r--r--ppp/dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/dahdi.c b/ppp/dahdi.c
index 4877f89..6991ccf 100644
--- a/ppp/dahdi.c
+++ b/ppp/dahdi.c
@@ -71,7 +71,7 @@ static int dahdi_chan = 0;
static int connect_dahdi(void)
{
- DAHDI_PARAMS dahdi_params;
+ struct dahdi_params dahdi_params;
int res;
int x;