summaryrefslogtreecommitdiff
path: root/src/dtpm/dtpm_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dtpm/dtpm_conf.h')
-rw-r--r--src/dtpm/dtpm_conf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dtpm/dtpm_conf.h b/src/dtpm/dtpm_conf.h
new file mode 100644
index 0000000..08ede16
--- /dev/null
+++ b/src/dtpm/dtpm_conf.h
@@ -0,0 +1,9 @@
+#ifndef __DTPM_CONF_H
+#define __DTPM_CONF_H
+
+char *dtpm_config_path(void);
+char *dtpm_path();
+
+int dtpm_config(char *conf_path);
+
+#endif