diff include/freeDiameter/libfdcore.h @ 1220:cec3e9b579e1

Cleanup parameter that has become useless
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 20 Jun 2013 14:31:49 +0800
parents 581bbd48524a
children 035f489b845b
line wrap: on
line diff
--- a/include/freeDiameter/libfdcore.h	Thu Jun 20 14:23:55 2013 +0800
+++ b/include/freeDiameter/libfdcore.h	Thu Jun 20 14:31:49 2013 +0800
@@ -830,11 +830,13 @@
 
 /* The "old" FD_EV_DUMP_* events are replaced with direct calls to the following dump functions */
 DECLARE_FD_DUMP_PROTOTYPE(fd_conf_dump);
+
+DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump);
 #else /* SWIG */
 DECLARE_FD_DUMP_PROTOTYPE_simple(fd_event_trig_dump);
 DECLARE_FD_DUMP_PROTOTYPE_simple(fd_conf_dump);
+DECLARE_FD_DUMP_PROTOTYPE_simple(fd_ext_dump);
 #endif /* SWIG */
-DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump, int indent_next);
 DECLARE_FD_DUMP_PROTOTYPE(fd_servers_dump, int details);
 DECLARE_FD_DUMP_PROTOTYPE(fd_peer_dump_list, int details);
 DECLARE_FD_DUMP_PROTOTYPE(fd_peer_dump, struct peer_hdr * p, int details);
"Welcome to our mercurial repository"