summaryrefslogtreecommitdiff
path: root/lib/quote.h
blob: 96549b76ba5be2dc525c4ebe791b364d946b9468 (plain)
1
2
3
4
/* prototypes for quote.c */

char const *quote_n (int n, char const *name);
char const *quote (char const *name);