1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-25 19:51:34 +01:00

Documented all functions in header files.

This commit is contained in:
Matias Fontanini
2011-08-16 23:10:22 -03:00
parent 3feb2fdeae
commit 0d2b6a507b
7 changed files with 182 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ void Tins::ICMP::code(uint8_t new_code) {
_icmp.code = new_code;
}
void Tins::ICMP::type(uint8_t new_type) {
void Tins::ICMP::type(Flags new_type) {
_icmp.type = new_type;
}