Navigation


Changeset 1119:79dd22145f52 in freeDiameter for libfdproto/rt_data.c


Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/rt_data.c

    r1097 r1119  
    252252int  fd_rtd_get_nb_attempts(struct rt_data * rtd, int * sendingattemtps)
    253253{
    254         struct fd_list * li;
    255         int match = 0;
    256        
    257254        TRACE_ENTRY("%p %p", rtd, sendingattemtps);
    258255        CHECK_PARAMS( rtd && sendingattemtps );
Note: See TracChangeset for help on using the changeset viewer.