Browse Source

modules/outbound: Removed extern for ds_ping_reply_codes_update

Peter Dunkley 12 years ago
parent
commit
5dc7bf64ed
1 changed files with 0 additions and 2 deletions
  1. 0 2
      modules/outbound/config.h

+ 0 - 2
modules/outbound/config.h

@@ -34,6 +34,4 @@ extern struct cfg_group_outbound default_outbound_cfg;
 extern void *outbound_cfg;
 extern void *outbound_cfg;
 extern cfg_def_t outbound_cfg_def[];
 extern cfg_def_t outbound_cfg_def[];
 
 
-extern void ds_ping_reply_codes_update(str*, str*);
-
 #endif
 #endif