Navigation


Changeset 1088:1d1a20a0779d in freeDiameter for libfdproto/fdproto-internal.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
  • libfdproto/fdproto-internal.h

    r1085 r1088  
    4848void fd_sess_fini(void);
    4949
    50 /* Where debug messages are sent */
    51 extern FILE * fd_g_debug_fstr;
    52 
    5350/* Iterator on the rules of a parent object */
    5451int 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.