Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / usrsctp / usrsctplib / netinet / sctp_timer.h
index 673cc41..3662bd2 100755 (executable)
@@ -96,8 +96,11 @@ void sctp_audit_retranmission_queue(struct sctp_association *);
 void sctp_iterator_timer(struct sctp_iterator *it);
 
 #if defined(__APPLE__)
-void sctp_slowtimo();
-
+#if defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD) || defined(APPLE_LION) || defined(APPLE_MOUNTAINLION)
+void sctp_slowtimo(void);
+#else
+void sctp_gc(struct inpcbinfo *);
+#endif
 #endif
 
 #endif