From eaf2adbe3147264be464b844996e98a370db48e6 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 29 Jul 2008 22:05:03 +0000 Subject: build against the new dahdi/user.h (which is now typedef-free!) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4629 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- hdlctest.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hdlctest.c') diff --git a/hdlctest.c b/hdlctest.c index ec155a5..152909f 100644 --- a/hdlctest.c +++ b/hdlctest.c @@ -9,9 +9,11 @@ #include #include #include -#include "bittest.h" + #define FAST_HDLC_NEED_TABLES -#include "kernel/fasthdlc.h" +#include + +#include "bittest.h" #include "version.h" @@ -133,8 +135,8 @@ int main(int argc, char *argv[]) { int fd; int res, x; - DAHDI_PARAMS tp; - DAHDI_BUFFERINFO bi; + struct dahdi_params tp; + struct dahdi_bufferinfo bi; int bs = BLOCK_SIZE; int pos = 0; unsigned char inbuf[BLOCK_SIZE]; -- cgit v1.2.3