summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-11-04 16:40:23 +0000
committerShaun Ruffell <sruffell@digium.com>2010-11-04 16:40:23 +0000
commitfc9e73c6795070cc54b7a7f6df63052060145774 (patch)
tree08c53dea044dc95020db834b47e0bbffa875a050 /include
parent800960da2e693f4349f5ecb8190be7798592d2c4 (diff)
dahdi: Remove DAHDI_CONFLINK functionality.
Conference links do not appear to be in use anymore and they are now removed. I could not find any references to this ioctl in the asterisk repository, or zaptel user space tools. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9463 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/user.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index 55e2a25..0f71355 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -631,11 +631,6 @@ struct dahdi_confinfo {
#define DAHDI_SETCONF _IOWR(DAHDI_CODE, 13, struct dahdi_confinfo)
/*
- * Setup or Remove Conference Link
- */
-#define DAHDI_CONFLINK _IOW(DAHDI_CODE, 14, struct dahdi_confinfo)
-
-/*
* Display Conference Diagnostic Information on Console
*/
#define DAHDI_CONFDIAG_V1 _IOR(DAHDI_CODE, 15, int)