diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-08 18:01:26 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-08 18:01:26 +0200 |
commit | 36c679753bc9b4d744477ae5fcdc2c75cdfc715f (patch) | |
tree | c7fe28d557fe53f7e20ed29e8ba9e693d759748a /machdep.h | |
parent | 612d417d9a194ae530b63e12c1fb9bd263077729 (diff) | |
download | tcpdump-36c679753bc9b4d744477ae5fcdc2c75cdfc715f.tar.gz |
Get rid of "tcpdump" in some libnetdissect codes
Diffstat (limited to 'machdep.h')
-rw-r--r-- | machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef tcpdump_machdep_h -#define tcpdump_machdep_h +#ifndef netdissect_machdep_h +#define netdissect_machdep_h int abort_on_misalignment(char *, size_t); #endif |