Modified code to clean up some compiler warnings.

This commit is contained in:
skarg
2012-05-18 23:34:45 +00:00
parent 180f09cb08
commit 5111b9fb4e
3 changed files with 5 additions and 8 deletions
+3 -1
View File
@@ -43,11 +43,13 @@ extern bool BIP_Debug;
extern "C" {
#endif /* __cplusplus */
/* note: define init and cleanup in your ports section */
/* note: define init, set_interface, and cleanup in your port */
/* on Linux, ifname is eth0, ath0, arc0, and others.
on Windows, ifname is the dotted ip address of the interface */
bool bip_init(
char *ifname);
void bip_set_interface(
char *ifname);
void bip_cleanup(
void);