From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- cgats/cgats.h | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 cgats/cgats.h (limited to 'cgats/cgats.h') diff --git a/cgats/cgats.h b/cgats/cgats.h old mode 100644 new mode 100755 index 7537a48..bc0cdd7 --- 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 */ -- cgit v1.2.3