Add static where appropriate.

This commit is contained in:
eadler 2014-03-05 01:49:39 +00:00
parent 2d3e25388b
commit 37b3e86828

View File

@ -49,7 +49,7 @@
#define IWN_DEFAULT_IF "iwn0"
struct iwnstats *
static struct iwnstats *
iwnstats_new(const char *ifname)
{
struct iwnstats *is;