NetBurner 3.5.6
PDF Version
ipshow.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _IPSHOW_H_
6
#define _IPSHOW_H_
7
8
/*------------------------------------------------------------------------------
9
* Web page function callback to display links to IPv4 and IPv6 addresses.
10
* Note that IPv6 prefix addresses may take a few seconds to be assigned.
11
*-----------------------------------------------------------------------------*/
12
extern
"C"
// Required for web page callback linking
13
{
14
void
webShowAddress(
int
socket,
char
*url);
15
}
16
25
void
showIpAddresses
();
26
29
#endif
showIpAddresses
void showIpAddresses()
Print system IP addresses to stdout.