summaryrefslogtreecommitdiffstats
path: root/src/getifn.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-04 22:45:25 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-04 22:45:25 +0000
commit3e05cdd09405cc6133ebf38ea9ee9afc50fb280f (patch)
tree22de63df1a8223e84fb1c028ca5ebf178e97cfc8 /src/getifn.h
parent80f8eef17230e586d343d0c219f9eb2f2d1643e8 (diff)
Initial checkin
git-svn-id: file:///home/lennart/svn/public/ifmetric/trunk@3 b1ab5a0b-19c4-0310-9d9a-ef184d715f50
Diffstat (limited to 'src/getifn.h')
-rw-r--r--src/getifn.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/getifn.h b/src/getifn.h
new file mode 100644
index 0000000..3c4cff8
--- /dev/null
+++ b/src/getifn.h
@@ -0,0 +1,7 @@
+#ifndef foogetifnhfoo
+#define foogetifnhfoo
+
+/* Return the kernel index for the given interface. */
+int getifn(int s, char *iface);
+
+#endif