diff options
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index a841b49..c05156d 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -172,6 +172,7 @@ typedef struct lien_url lien_url; #ifndef HTS_DEF_DEFSTRUCT_hts_log_type #define HTS_DEF_DEFSTRUCT_hts_log_type typedef enum hts_log_type { + LOG_TRACE, LOG_DEBUG, LOG_INFO, LOG_NOTICE, |