summaryrefslogtreecommitdiff
path: root/statuses/netif_named.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2011-11-18 00:05:15 +0100
committernorly <ny-git@enpas.org>2011-11-18 00:05:15 +0100
commit5a9cc1b0d20efa65d10adaaf06d0ef0aa089663c (patch)
treef36927f31ffb22385c90b9cb43afd7c99da19344 /statuses/netif_named.h
Ye Olde Brick, hacked one very late night in 2010.
Full of inefficient or maybe broken code, as well as the occasional memory leak. I am not proud of it and I was *really* tired back then. While this was an experiment in writing (f)ugly code and I just wanted something running, I have to admit that this code has served me well ever since. Too well to be bothered to ever look at it again, really...
Diffstat (limited to 'statuses/netif_named.h')
-rw-r--r--statuses/netif_named.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/statuses/netif_named.h b/statuses/netif_named.h
new file mode 100644
index 0000000..adb4a3e
--- /dev/null
+++ b/statuses/netif_named.h
@@ -0,0 +1,7 @@
+
+#ifndef __NETIF_NAMED_H__
+#define __NETIF_NAMED_H__
+
+void status_netif_named(char *ifname);
+
+#endif