summaryrefslogtreecommitdiff
path: root/lib/quotearg.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-14 11:27:00 +0000
committerJim Meyering <jim@meyering.net>2000-07-14 11:27:00 +0000
commit5ba7e086e5428d0b5d1ed5fc0e044818ba7f7a27 (patch)
tree3a01ca792b2f4853a88d0a2d36573871e15368c0 /lib/quotearg.h
parent83fdbce6a78602aded848e339ab1e1e94c778695 (diff)
downloadcoreutils-5ba7e086e5428d0b5d1ed5fc0e044818ba7f7a27.tar.xz
(enum quoting style): New enum clocale_quoting_style.
Diffstat (limited to 'lib/quotearg.h')
-rw-r--r--lib/quotearg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/quotearg.h b/lib/quotearg.h
index cd7d345e0..f6463b1aa 100644
--- a/lib/quotearg.h
+++ b/lib/quotearg.h
@@ -25,7 +25,8 @@ enum quoting_style
shell_always_quoting_style, /* --quoting-style=shell-always */
c_quoting_style, /* --quoting-style=c */
escape_quoting_style, /* --quoting-style=escape */
- locale_quoting_style /* --quoting-style=locale */
+ locale_quoting_style, /* --quoting-style=locale */
+ clocale_quoting_style /* --quoting-style=clocale */
};
/* For now, --quoting-style=literal is the default, but this may change. */