summaryrefslogtreecommitdiff
path: root/channels/misdn/isdn_lib_intern.h
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-02-08 16:10:21 +0000
committerChristian Richter <christian.richter@beronet.com>2006-02-08 16:10:21 +0000
commita43c6c0f49d84c758f888a0125b57df8de2dc4ad (patch)
treec444b3a0cc21fc284d20b3367ca6d99f11f76532 /channels/misdn/isdn_lib_intern.h
parent556ec7c940ee7894dcb3e952036249231303b1c3 (diff)
* dozens of white-space removements
* some // comment removements * debugging optimization, use port where possible * fixed pickup problem (pickup didn't work anymore after mqueue) * removed some mIDSN_JOLLY defines which are not needed anymore in mqueue * adapted the new cli.h constifications git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/isdn_lib_intern.h')
-rw-r--r--channels/misdn/isdn_lib_intern.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels/misdn/isdn_lib_intern.h b/channels/misdn/isdn_lib_intern.h
index 618d6d91d..5e9e56539 100644
--- a/channels/misdn/isdn_lib_intern.h
+++ b/channels/misdn/isdn_lib_intern.h
@@ -16,11 +16,8 @@
#ifndef mISDNUSER_HEAD_SIZE
-#ifdef MISDNUSER_JOLLY
#define mISDNUSER_HEAD_SIZE (sizeof(mISDNuser_head_t))
-#else
-#define mISDNUSER_HEAD_SIZE (sizeof(mISDN_head_t))
-#endif
+/*#define mISDNUSER_HEAD_SIZE (sizeof(mISDN_head_t))*/
#endif