Navigation


Changeset 689:933d098fc75d in freeDiameter for libfdproto/fdproto-internal.h


Ignore:
Timestamp:
Jan 20, 2011, 2:24:13 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanups in msg_log feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/fdproto-internal.h

    r687 r689  
    5151FILE * fd_g_debug_fstr;
    5252
     53/* Special message dump function */
     54void fd_msg_dump_fstr ( struct msg * msg, FILE * fstr );
     55
    5356/* Iterator on the rules of a parent object */
    5457int fd_dict_iterate_rules ( struct dict_object *parent, void * data, int (*cb)(void *, struct dict_rule_data *) );
Note: See TracChangeset for help on using the changeset viewer.