Made some functions static.

svn path=/trunk/; revision=30620
This commit is contained in:
Stig Bjørlykke 2009-10-19 14:45:10 +00:00
parent 2ac6a245e2
commit c6ef47cbb4
2 changed files with 3 additions and 2 deletions

View File

@ -609,7 +609,7 @@ CALC_TYPE_AVG 5
}
}
void
static void
iostat_init(const char *optarg, void* userdata _U_)
{
float interval_float;

View File

@ -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;
guint16 chunk_type;