summaryrefslogtreecommitdiff
path: root/lib/quote.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-15 09:57:38 +0000
committerJim Meyering <jim@meyering.net>2000-07-15 09:57:38 +0000
commit48c6c83ef6544ad2146717bebfabdc0bace55746 (patch)
tree7bd83076ccd64dbc9553ea54ec51f78392ffe8e6 /lib/quote.h
parent4ee7d587046b30bb6c8f5cdb0e3118317fc0df83 (diff)
downloadcoreutils-48c6c83ef6544ad2146717bebfabdc0bace55746.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/quote.h')
-rw-r--r--lib/quote.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/quote.h b/lib/quote.h
new file mode 100644
index 000000000..96549b76b
--- /dev/null
+++ b/lib/quote.h
@@ -0,0 +1,4 @@
+/* prototypes for quote.c */
+
+char const *quote_n (int n, char const *name);
+char const *quote (char const *name);