From fa2e39e7130a75e0a446095ff0a55cd003a0c165 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 4 Sep 2006 21:58:47 +0000 Subject: Minor code cleanup: No more SETHOOK method. It's only used in FXO, so now it's an internal function: __do_sethook() git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1383 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/card_fxo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xpp/card_fxo.h') diff --git a/xpp/card_fxo.h b/xpp/card_fxo.h index 93b9174..6e5186b 100644 --- a/xpp/card_fxo.h +++ b/xpp/card_fxo.h @@ -32,7 +32,6 @@ enum fxo_opcodes { XPROTO_NAME(FXO, CHAN_ENABLE) = 0x0F, /* Write to DAA */ XPROTO_NAME(FXO, CHAN_CID) = 0x0F, /* Write to DAA */ XPROTO_NAME(FXO, RING) = 0x0F, /* Write to DAA */ - XPROTO_NAME(FXO, SETHOOK) = 0x0F, /* Write to DAA */ XPROTO_NAME(FXO, LED) = 0x0F, /* Write to DAA */ XPROTO_NAME(FXO, RELAY_OUT) = 0x0F, /* Write to DAA */ XPROTO_NAME(FXO, DAA_INIT) = 0x0F, /* Write to DAA */ -- cgit v1.2.3