]> The Tcpdump Group git mirrors - tcpdump/commitdiff
No need to declare unaligned_mem{cpy,cmp} in netdissect.h *and* interface.h.
authorGuy Harris <[email protected]>
Sat, 18 Jan 2014 01:37:24 +0000 (17:37 -0800)
committerGuy Harris <[email protected]>
Sat, 18 Jan 2014 01:38:33 +0000 (17:38 -0800)
interface.h

index 783839c155f6647fb7da19c7c8e7f3e54ddef5eb..f551752f87efcc0da35579796d2e960345656bef 100644 (file)
@@ -158,9 +158,6 @@ extern char *copy_argv(char **);
 extern void safeputchar(int);
 extern void safeputs(const char *, int);
 
-extern void unaligned_memcpy(void *, const void *, size_t);
-extern int unaligned_memcmp(const void *, const void *, size_t);
-
 extern const char *isonsap_string(const u_char *, register u_int);
 extern const char *protoid_string(const u_char *);
 extern const char *ipxsap_string(u_short);