summaryrefslogtreecommitdiff
path: root/statuses/netif.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2012-02-14 01:27:32 +0000
committernorly <ny-git@enpas.org>2012-02-14 01:27:32 +0000
commit504ab94abcd8209ce96bcb747db7536f9d49c083 (patch)
treed8ddffea203769f5460348f74ac85c63c33c3f7e /statuses/netif.h
parent38a130597b1f52028f7df79ab5f348dc306afa85 (diff)
Cleaned up 'netif'.
Replaced 'netif' with 'netif_named'. Fixed memory leak in new 'netif'. Outsourced raw file reading to tools.c.
Diffstat (limited to 'statuses/netif.h')
-rw-r--r--statuses/netif.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/statuses/netif.h b/statuses/netif.h
new file mode 100644
index 0000000..92ccc1f
--- /dev/null
+++ b/statuses/netif.h
@@ -0,0 +1,7 @@
+
+#ifndef __NETIF_H__
+#define __NETIF_H__
+
+void status_netif(char *ifname);
+
+#endif