summaryrefslogtreecommitdiff
path: root/src/htsopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsopt.h')
-rw-r--r--src/htsopt.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h
index 9ad8bf7..dfefed7 100644
--- a/src/htsopt.h
+++ b/src/htsopt.h
@@ -167,6 +167,19 @@ struct fspc_strc {
int info;
};
+#ifndef HTS_DEF_DEFSTRUCT_hts_log_type
+#define HTS_DEF_DEFSTRUCT_hts_log_type
+typedef enum hts_log_type {
+ LOG_DEBUG,
+ LOG_INFO,
+ LOG_NOTICE,
+ LOG_WARNING,
+ LOG_ERROR,
+ LOG_PANIC,
+ LOG_ERRNO = 1 << 8
+} hts_log_type;
+#endif
+
/* Structure état du miroir */
#ifndef HTS_DEF_FWSTRUCT_htsoptstatecancel
#define HTS_DEF_FWSTRUCT_htsoptstatecancel