lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Typo in pcapif_helper.h?


From: Gisle Vanem
Subject: [lwip-devel] Typo in pcapif_helper.h?
Date: Thu, 24 Nov 2011 10:28:05 +0100

src/contrib/ports/win32/pcapif_helper.h defines 'enum pcapifh_link_event', but returns 'enum pcapif_link_event' in some functions. Is that a typo?
(a 'h' too much). I've written it as:

enum pcapif_link_event {
 PCAPIF_LINKEVENT_UNKNOWN,
 PCAPIF_LINKEVENT_UP,
 PCAPIF_LINKEVENT_DOWN
};

and things compiles and runs fine now.

--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]