Navigation


Changeset 403:26aafbbc1640 in freeDiameter for include


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r336 r403  
    704704int fd_ep_filter( struct fd_list * list, uint32_t flags );
    705705int fd_ep_filter_family( struct fd_list * list, int af );
     706int fd_ep_filter_list( struct fd_list * list, struct fd_list * exclude_list );
    706707int fd_ep_clearflags( struct fd_list * list, uint32_t flags );
    707708void fd_ep_dump_one( char * prefix, struct fd_endpoint * ep, char * suffix );
Note: See TracChangeset for help on using the changeset viewer.