1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 20:44:26 +01:00

Modified some header documentation.

This commit is contained in:
Matias Fontanini
2013-10-07 23:31:22 -03:00
parent b6a55935b4
commit 6dd949611d
10 changed files with 36 additions and 43 deletions

View File

@@ -100,7 +100,7 @@ void DHCP::type(Flags type) {
}
void DHCP::end() {
add_option(option(DHCP_MESSAGE_TYPE));
add_option(option(END));
}
uint8_t DHCP::type() const {