]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Move safememcpy() to util.c so it doesn't get inlined.
[tcpdump] / netdissect.h
index 8369eda6240db612e9f2bdb5a8c2ff360e6f1031..0b194c95661753702e00fb94a6d1f53f529477c1 100644 (file)
@@ -270,6 +270,8 @@ extern char *copy_argv(netdissect_options *, char **);
 extern void safeputchar(int);
 extern void safeputs(const char *, int);
 
+extern void unaligned_memcpy(void *, const void *, size_t);
+
 #define PLURAL_SUFFIX(n) \
        (((n) != 1) ? "s" : "")