summaryrefslogtreecommitdiffstats
path: root/src/getifn.h
blob: 3c4cff8309af08e6b7ee99599ce73ffc2c4bb863 (plain)
1
2
3
4
5
6
7
#ifndef foogetifnhfoo
#define foogetifnhfoo

/* Return the kernel index for the given interface. */
int getifn(int s, char *iface);

#endif