mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 06:17:27 -07:00
Formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-3
@@ -1400,14 +1400,12 @@ static int update_call_counter(struct sip_pvt *fup, int event);
|
||||
static void sip_destroy_peer(struct sip_peer *peer);
|
||||
static void sip_destroy_user(struct sip_user *user);
|
||||
static int sip_poke_peer(struct sip_peer *peer);
|
||||
static int sip_poke_peer_s(void *data);
|
||||
static void set_peer_defaults(struct sip_peer *peer);
|
||||
static struct sip_peer *temp_peer(const char *name);
|
||||
static void register_peer_exten(struct sip_peer *peer, int onoff);
|
||||
static void sip_destroy_peer(struct sip_peer *peer);
|
||||
static void sip_destroy_user(struct sip_user *user);
|
||||
static struct sip_peer *find_peer(const char *peer, struct sockaddr_in *sin, int realtime);
|
||||
static struct sip_user *find_user(const char *name, int realtime);
|
||||
static int sip_poke_peer_s(void *data);
|
||||
static enum parse_register_result parse_register_contact(struct sip_pvt *pvt, struct sip_peer *p, struct sip_request *req);
|
||||
static int expire_register(void *data);
|
||||
static void reg_source_db(struct sip_peer *peer);
|
||||
|
||||
Reference in New Issue
Block a user