diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:17:05 +0200 |
commit | c0b89ac5bfb90835ef01573267020e42d4fe070c (patch) | |
tree | 733c16852d964d84b7565af4bdaff0bcca901b88 /cgats/cgats.h | |
parent | 094535c010320967639e8e86f974d878e80baa72 (diff) |
Imported Upstream version 1.8.0upstream/1.8.0
Diffstat (limited to 'cgats/cgats.h')
-rwxr-xr-x[-rw-r--r--] | cgats/cgats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgats/cgats.h b/cgats/cgats.h index 7537a48..bc0cdd7 100644..100755 --- a/cgats/cgats.h +++ b/cgats/cgats.h @@ -87,6 +87,9 @@ struct _cgats { int nothers; /* Number of other identifiers */ char **others; /* Other file type identifiers */ + /* Options */ + int emit_keywords; /* NZ to emit "KEYWORD" for non-standard keywords (default no) */ + /* Public Methods */ int (*set_cgats_type)(struct _cgats *p, const char *osym); /* Define the (one) variable CGATS type */ |