changeset 1751:b20cbc2ec67a

Definitions for .mincrc file format
author bert <bert>
date Tue, 27 Apr 2004 15:45:20 +0000
parents 085e0c36c873
children 4577e43d0fa5
files libsrc/minc_config.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/libsrc/minc_config.h
@@ -0,0 +1,14 @@
+#ifndef _MINC_CONFIG_H_
+#define _MINC_CONFIG_H_
+
+#define MICFG_FORCE_V2 "MINC_FORCE_V2"
+#define MICFG_COMPRESS "MINC_COMPRESS"
+#define MICFG_CHUNKING "MINC_CHUNKING"
+#define MICFG_LOGFILE  "MINC_LOGFILE"
+#define MICFG_LOGLEVEL "MINC_LOGLEVEL"
+
+extern int miget_cfg_bool(const char *);
+extern int miget_cfg_int(const char *);
+extern char * miget_cfg_str(const char *);
+
+#endif /* _MINC_CONFIG_H_ */