summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-04-08 17:51:35 +0000
committerRussell Bryant <russell@russellbryant.com>2009-04-08 17:51:35 +0000
commitc4058865ddece03ad9c64e7aaa91ceafd968fcdd (patch)
treec63e513fbc51056d8f80b6f8ba9f15635df4e7ce /channels
parent61e241a5d1428dc86c96127b30fdf179e5bf5c84 (diff)
Remove duplicate prototype for temp_peer().
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d75f9507c..c3f62d8cd 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2500,7 +2500,6 @@ static void append_history_full(struct sip_pvt *p, const char *fmt, ...);
static void sip_dump_history(struct sip_pvt *dialog);
/*--- Device object handling */
-static struct sip_peer *temp_peer(const char *name);
static struct sip_peer *build_peer(const char *name, struct ast_variable *v, struct ast_variable *alt, int realtime);
static int update_call_counter(struct sip_pvt *fup, int event);
static void sip_destroy_peer(struct sip_peer *peer);