From e63a7af50876fa33597214b4eefe5f64e9401438 Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sat, 1 Jul 2000 15:55:49 +0000 Subject: Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE. Since alex is a -doc committer, he can update his own manpage. :-) Also add $FreeBSD$ while I'm here. Submitted by: alex --- include/vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vis.h') diff --git a/include/vis.h b/include/vis.h index f3722d6b39cf3..30bd58a40425a 100644 --- a/include/vis.h +++ b/include/vis.h @@ -64,6 +64,7 @@ typedef _BSD_SIZE_T_ size_t; * other */ #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ +#define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ /* * unvis return codes -- cgit v1.3