diff freeDiameter/cnxctx.h @ 403:26aafbbc1640

Cleanup all compilation warnings in base code for 32 bit arch
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 14:24:19 +0900
parents 41e3c2a3721c
children 40141acabee7
line wrap: on
line diff
--- a/freeDiameter/cnxctx.h	Thu Jul 08 12:50:10 2010 +0900
+++ b/freeDiameter/cnxctx.h	Thu Jul 08 14:24:19 2010 +0900
@@ -108,8 +108,8 @@
 int fd_sctp_get_local_ep(int sock,  struct fd_list * list);
 int fd_sctp_get_remote_ep(int sock, struct fd_list * list);
 int fd_sctp_get_str_info( int sock, uint16_t *in, uint16_t *out, sSS *primary );
-int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, int * cc_closing);
-int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, int * cc_closing);
+int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, uint32_t * cc_closing);
+int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, uint32_t * cc_closing);
 
 /* TLS over SCTP (multi-stream) */
 struct sctps_ctx {
@@ -136,8 +136,6 @@
 
 #endif /* DISABLE_SCTP */
 
-/* UDP */
-int fd_cnx_get_local_eps(struct fd_list * list);
 
 #endif /* _CNXCTX_H */
 
"Welcome to our mercurial repository"