summaryrefslogtreecommitdiffstats
path: root/include/vis.h
diff options
context:
space:
mode:
authordan <dan@FreeBSD.org>2000-07-01 15:55:49 +0000
committerdan <dan@FreeBSD.org>2000-07-01 15:55:49 +0000
commit4b9cb06856c3e02a9d1f5b363f3240c2b55fb2a3 (patch)
treed4df74c657f56d379a1f991fbea89c018f213ed1 /include/vis.h
parent88ee2872aa59d6889ba9f704ed630fde0f581cbb (diff)
downloadFreeBSD-src-4b9cb06856c3e02a9d1f5b363f3240c2b55fb2a3.zip
FreeBSD-src-4b9cb06856c3e02a9d1f5b363f3240c2b55fb2a3.tar.gz
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
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vis.h b/include/vis.h
index f3722d6..30bd58a 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
OpenPOWER on IntegriCloud