diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-09 18:19:32 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-09 18:19:32 +0000 |
commit | d03d97a163cf163aac4b17665a72e1d935d39c9a (patch) | |
tree | 927d7ced339b35d2822155097425404eccd23af6 /src/htsopt.h | |
parent | f154d0e78c715fdc48f3bfcafdfbae69feeec1bb (diff) |
LOG_TRACE
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, |