Module: sip-router Branch: master Commit: 5dc7bf64ede0d41cead968ac52677df022f262a8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5dc7bf64...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Apr 4 00:20:55 2013 +0100
modules/outbound: Removed extern for ds_ping_reply_codes_update
---
modules/outbound/config.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/outbound/config.h b/modules/outbound/config.h index fc6c74a..a2cea4c 100644 --- a/modules/outbound/config.h +++ b/modules/outbound/config.h @@ -34,6 +34,4 @@ extern struct cfg_group_outbound default_outbound_cfg; extern void *outbound_cfg; extern cfg_def_t outbound_cfg_def[];
-extern void ds_ping_reply_codes_update(str*, str*); - #endif