summaryrefslogtreecommitdiff
path: root/xpp/xproto.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 21:58:47 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 21:58:47 +0000
commitfa2e39e7130a75e0a446095ff0a55cd003a0c165 (patch)
treee0f2709b7a8d976eab36dbde7f339c8ce46b723a /xpp/xproto.h
parent4d1a1aac91bcb80a42ccefa2b6ae50a00a2585a3 (diff)
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
Diffstat (limited to 'xpp/xproto.h')
-rw-r--r--xpp/xproto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xpp/xproto.h b/xpp/xproto.h
index 4fcc81a..77e387f 100644
--- a/xpp/xproto.h
+++ b/xpp/xproto.h
@@ -164,7 +164,6 @@ struct xops {
int (*CHAN_ENABLE)(xbus_t *xbus, xpd_t *xpd, xpp_line_t lines, bool on);
int (*CHAN_CID)(xbus_t *xbus, xpd_t *xpd, int pos);
int (*RING)(xbus_t *xbus, xpd_t *xpd, int pos, bool on);
- int (*SETHOOK)(xbus_t *xbus, xpd_t *xpd, int pos, bool offhook);
int (*RELAY_OUT)(xbus_t *xbus, xpd_t *xpd, byte which, bool on);
};