ok, non static the function and put in the .h so

when we do INVARANT compile the compiler will not
dis the function that is not used. Hmm maybe I should have
made it ifndef INVARIANTs..
This commit is contained in:
Randall Stewart 2008-08-28 20:31:24 +00:00
parent e1bfc4d739
commit df4ad1fd93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182405
2 changed files with 3 additions and 1 deletions

View File

@ -561,7 +561,7 @@ sctp_backoff_on_timeout(struct sctp_tcb *stcb,
}
}
static void
void
sctp_recover_sent_list(struct sctp_tcb *stcb)
{
struct sctp_tmit_chunk *chk, *tp2;

View File

@ -99,6 +99,8 @@ void sctp_audit_retranmission_queue(struct sctp_association *);
void sctp_iterator_timer(struct sctp_iterator *it);
void sctp_recover_sent_list(struct sctp_tcb *stcb);
#endif
#endif