mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
fix travis build
This commit is contained in:
parent
e8fb267ecb
commit
6739a998f9
2 changed files with 12 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ noinst_LTLIBRARIES= libcli.la
|
|||
libcli_la_SOURCES= \
|
||||
argparse.c \
|
||||
argparse.h \
|
||||
json_array_ingest.h \
|
||||
mlrcli.c \
|
||||
mlrcli.h \
|
||||
quoting.h
|
||||
|
|
|
|||
11
c/cli/json_array_ingest.h
Normal file
11
c/cli/json_array_ingest.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef JSON_ARRAY_INGEST_H
|
||||
#define JSON_ARRAY_INGEST_H
|
||||
|
||||
typedef enum _json_array_ingest_t {
|
||||
JSON_ARRAY_INGEST_UNSPECIFIED,
|
||||
JSON_ARRAY_INGEST_FATAL,
|
||||
JSON_ARRAY_INGEST_SKIP,
|
||||
JSON_ARRAY_INGEST_AS_MAP,
|
||||
} json_array_ingest_t;
|
||||
|
||||
#endif // JSON_ARRAY_INGEST_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue