]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
NDOize safeputs() and safeputchar()
[tcpdump] / netdissect.h
index 9a34e62283c96bb561e59b77b4531b8c691933ef..1cfc6fd95d3503802e2fa779a7c5cc70eea285e0 100644 (file)
@@ -278,8 +278,8 @@ extern char *copy_argv(netdissect_options *, char **);
 #define ND_ISGRAPH(c)  ((c) > 0x20 && (c) <= 0x7E)
 #define ND_TOASCII(c)  ((c) & 0x7F)
 
-extern void safeputchar(int);
-extern void safeputs(const char *, int);
+extern void safeputchar(netdissect_options *, const u_char);
+extern void safeputs(netdissect_options *, const u_char *, const u_int);
 
 #ifdef LBL_ALIGN
 /*