Navigation


Changeset 403:26aafbbc1640 in freeDiameter for freeDiameter/cnxctx.h


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
  • freeDiameter/cnxctx.h

    r378 r403  
    109109int fd_sctp_get_remote_ep(int sock, struct fd_list * list);
    110110int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary );
    111 int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, int * cc_closing);
    112 int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, int * cc_closing);
     111int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, uint32_t * cc_closing);
     112int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, uint32_t * cc_closing);
    113113
    114114/* TLS over SCTP (multi-stream) */
     
    137137#endif /* DISABLE_SCTP */
    138138
    139 /* UDP */
    140 int fd_cnx_get_local_eps(struct fd_list * list);
    141139
    142140#endif /* _CNXCTX_H */
Note: See TracChangeset for help on using the changeset viewer.