Fixing warnings.
This commit is contained in:
12
addrs_ioctl.h
Normal file
12
addrs_ioctl.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
* iftop.h:
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ADDRS_IOCTL_H_ /* include guard */
|
||||||
|
#define __ADDRS_IOCTL_H_
|
||||||
|
|
||||||
|
int
|
||||||
|
get_addrs_ioctl(char *interface, char if_hw_addr[], struct in_addr *if_ip_addr, struct in6_addr *if_ip6_addr);
|
||||||
|
|
||||||
|
#endif /* __ADDRS_IOCTL_H_ */
|
||||||
Reference in New Issue
Block a user