1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 13:04:28 +01:00

Move ICMP extension helpers into their own file

This commit is contained in:
Matias Fontanini
2017-04-30 10:53:21 -07:00
parent ec59194232
commit 6e1d1d3dc4
7 changed files with 150 additions and 51 deletions

View File

@@ -36,8 +36,8 @@
#include "utils.h"
#include "exceptions.h"
#include "icmp.h"
#include "internals.h"
#include "memory_helpers.h"
#include "detail/icmp_extension_helpers.h"
using std::memset;
using std::max;