Make all versions of add_unix_interface_ifinfo() static.

That routine is not used outside this file.

Change-Id: I50bd1aee564df1b4bb38602a1a40377b5dd86d5f
Reviewed-on: https://code.wireshark.org/review/25856
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-02-17 15:17:40 -08:00
parent 16348cbddb
commit e61257988e
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ add_unix_interface_ifinfo(if_info_t *if_info, const char *name,
* name, and there is no vendor description. ("Other UN*Xes"
* currently means "FreeBSD and OpenBSD".)
*/
void
static void
add_unix_interface_ifinfo(if_info_t *if_info, const char *name _U_,
const char *description)
{