Made some functions static.
svn path=/trunk/; revision=30620
This commit is contained in:
parent
2ac6a245e2
commit
c6ef47cbb4
@ -609,7 +609,7 @@ CALC_TYPE_AVG 5
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
iostat_init(const char *optarg, void* userdata _U_)
|
iostat_init(const char *optarg, void* userdata _U_)
|
||||||
{
|
{
|
||||||
float interval_float;
|
float interval_float;
|
||||||
|
@ -105,7 +105,8 @@ sctpstat_reset(void *phs)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sctp_ep_t* alloc_sctp_ep(struct _sctp_info *si)
|
static sctp_ep_t*
|
||||||
|
alloc_sctp_ep(struct _sctp_info *si)
|
||||||
{
|
{
|
||||||
sctp_ep_t* ep;
|
sctp_ep_t* ep;
|
||||||
guint16 chunk_type;
|
guint16 chunk_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user