diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-30 10:40:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-30 10:40:49 +0000 |
| commit | 347fb1d46e6d1b92d273bd41be1294704a7132ad (patch) | |
| tree | b475e5fcaa9bc6f1821bb3284b36570c3410a4fd /include | |
| parent | 7645e885968a51382d8743b551e224dba81bfdc1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vis.h b/include/vis.h index d4134dbee474..28f9765e78bd 100644 --- a/include/vis.h +++ b/include/vis.h @@ -65,6 +65,7 @@ typedef __size_t size_t; */ #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ #define VIS_HTTPSTYLE 0x80 /* http-style escape % HEX HEX */ +#define VIS_GLOB 0x100 /* encode glob(3) magics */ /* * unvis return codes |
