Navigation


Changeset 1088:1d1a20a0779d in freeDiameter for include/freeDiameter/libfdcore.h


Ignore:
Timestamp:
May 5, 2013, 4:25:27 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1085 r1088  
    803803int fd_event_trig_regcb(int trigger_val, const char * module, void (*cb)(void));
    804804
     805#ifndef SWIG
    805806DECLARE_FD_DUMP_PROTOTYPE(fd_event_trig_dump);
    806807
     
    808809DECLARE_FD_DUMP_PROTOTYPE(fd_conf_dump);
    809810DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump);
     811DECLARE_FD_DUMP_PROTOTYPE(fd_servers_dump);
     812#endif /* SWIG */
    810813DECLARE_FD_DUMP_PROTOTYPE(fd_peer_dump_list, int details);
    811814DECLARE_FD_DUMP_PROTOTYPE(fd_peer_dump, struct peer_hdr * p, int details);
    812 DECLARE_FD_DUMP_PROTOTYPE(fd_servers_dump);
    813815
    814816/*============================================================*/
Note: See TracChangeset for help on using the changeset viewer.