mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +00:00
No need to define the struct if there are no users.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@293081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1918,7 +1918,7 @@ static void sig_pri_connected_line_copy_transfer(struct ast_party_connected_line
|
|||||||
}
|
}
|
||||||
#endif /* defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER) */
|
#endif /* defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER) */
|
||||||
|
|
||||||
#if defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER)
|
#if defined(HAVE_PRI_TRANSFER)
|
||||||
struct xfer_rsp_data {
|
struct xfer_rsp_data {
|
||||||
struct sig_pri_span *pri;
|
struct sig_pri_span *pri;
|
||||||
/*! Call to send transfer success/fail response over. */
|
/*! Call to send transfer success/fail response over. */
|
||||||
@@ -1926,7 +1926,7 @@ struct xfer_rsp_data {
|
|||||||
/*! Invocation ID to use when sending a reply to the transfer request. */
|
/*! Invocation ID to use when sending a reply to the transfer request. */
|
||||||
int invoke_id;
|
int invoke_id;
|
||||||
};
|
};
|
||||||
#endif /* defined(HAVE_PRI_CALL_HOLD) || defined(HAVE_PRI_TRANSFER) */
|
#endif /* defined(HAVE_PRI_TRANSFER) */
|
||||||
|
|
||||||
#if defined(HAVE_PRI_TRANSFER)
|
#if defined(HAVE_PRI_TRANSFER)
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user