diff -Naur capi4k-utils_old/capi20/capiutils.h capi4k-utils/capi20/capiutils.h --- capi4k-utils_old/capi20/capiutils.h 2004-10-06 17:13:33.000000000 +0200 +++ capi4k-utils/capi20/capiutils.h 2004-10-14 11:18:07.049529668 +0200 @@ -918,7 +918,7 @@ ,_cstruct BChannelinformation ,_cstruct Keypadfacility ,_cstruct Useruserdata - ,_cstruct Facilitydataarra); + ,_cstruct Facilitydataarray); unsigned CONNECT_REQ (_cmsg *cmsg, _cword ApplId, _cword Messagenumber ,_cdword adr ,_cword CIPValue diff -Naur capi4k-utils_old/capifax/capi.c capi4k-utils/capifax/capi.c --- capi4k-utils_old/capifax/capi.c 2004-08-10 14:11:20.000000000 +0200 +++ capi4k-utils/capifax/capi.c 2004-10-14 11:16:52.699740737 +0200 @@ -82,7 +82,7 @@ * of the application */ ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG), - NULL, NULL, NULL, NULL, NULL); + NULL, NULL, NULL, NULL); /* inform the user application */ SetState(Connection, D_ConnectPending); IncomingCall(Connection, GetCallingPartyNumber (Connection)); diff -Naur capi4k-utils_old/.config capi4k-utils/.config --- capi4k-utils_old/.config 1970-01-01 01:00:00.000000000 +0100 +++ capi4k-utils/.config 2004-02-23 19:29:23.000000000 +0100 @@ -0,0 +1,11 @@ +# +# Automatically generated by make menuconfig: don't edit +# +CONFIG_KERNELDIR='/usr/src/linux' +CONFIG_BINDIR='/usr/bin' +CONFIG_SBINDIR='/sbin' +CONFIG_MANDIR='/usr/man' +CONFIG_AVMCAPICTRL=y +# CONFIG_CAPIFAX is not set +# CONFIG_RCAPID is not set +CONFIG_PPPDCAPIPLUGIN=y diff -Naur capi4k-utils_old/scripts/autoconf.h capi4k-utils/scripts/autoconf.h --- capi4k-utils_old/scripts/autoconf.h 1970-01-01 01:00:00.000000000 +0100 +++ capi4k-utils/scripts/autoconf.h 2004-02-23 19:29:23.000000000 +0100 @@ -0,0 +1,12 @@ +/* + * Automatically generated by make menuconfig: don't edit + */ +#define AUTOCONF_INCLUDED +#define CONFIG_KERNELDIR "/usr/src/linux" +#define CONFIG_BINDIR "/usr/bin" +#define CONFIG_SBINDIR "/sbin" +#define CONFIG_MANDIR "/usr/man" +#define CONFIG_AVMCAPICTRL 1 +#undef CONFIG_CAPIFAX +#undef CONFIG_RCAPID +#define CONFIG_PPPDCAPIPLUGIN 1