networking/interface.c: fix indentation

This commit is contained in:
Denis Vlasenko
2008-06-04 07:59:51 +00:00
parent 630a7f75e8
commit 3b162ecdf6
3 changed files with 49 additions and 57 deletions

View File

@ -934,6 +934,8 @@ extern smallint interface_opt_a;
int display_interfaces(char *ifname);
#if ENABLE_FEATURE_HWIB
int in_ib(const char *bufp, struct sockaddr *sap);
#else
#define in_ib(a, b) 1 /* fail */
#endif
const struct aftype *get_aftype(const char *name);
const struct hwtype *get_hwtype(const char *name);