miller/c/cli/quoting.h
2016-02-12 20:50:01 -05:00

11 lines
153 B
C

#ifndef QUOTING_H
#define QUOTING_H
typedef enum _quoting_t {
QUOTE_ALL,
QUOTE_NONE,
QUOTE_MINIMAL,
QUOTE_NUMERIC
} quoting_t;
#endif // QUOTING_H