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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user