Navigation


Changeset 1220:cec3e9b579e1 in freeDiameter for include


Ignore:
Timestamp:
Jun 20, 2013, 3:31:49 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Cleanup parameter that has become useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1216 r1220  
    831831/* The "old" FD_EV_DUMP_* events are replaced with direct calls to the following dump functions */
    832832DECLARE_FD_DUMP_PROTOTYPE(fd_conf_dump);
     833
     834DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump);
    833835#else /* SWIG */
    834836DECLARE_FD_DUMP_PROTOTYPE_simple(fd_event_trig_dump);
    835837DECLARE_FD_DUMP_PROTOTYPE_simple(fd_conf_dump);
     838DECLARE_FD_DUMP_PROTOTYPE_simple(fd_ext_dump);
    836839#endif /* SWIG */
    837 DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump, int indent_next);
    838840DECLARE_FD_DUMP_PROTOTYPE(fd_servers_dump, int details);
    839841DECLARE_FD_DUMP_PROTOTYPE(fd_peer_dump_list, int details);
Note: See TracChangeset for help on using the changeset viewer.