summaryrefslogtreecommitdiff
path: root/pytsk3.h
diff options
context:
space:
mode:
Diffstat (limited to 'pytsk3.h')
-rw-r--r--pytsk3.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/pytsk3.h b/pytsk3.h
new file mode 100644
index 0000000..aed809a
--- /dev/null
+++ b/pytsk3.h
@@ -0,0 +1,21 @@
+/*
+** pytsk3.h
+**
+** Made by mic
+** Login <mic@laptop>
+**
+** Started on Sat Apr 17 20:48:58 2010 mic
+** Last update Sat Apr 17 20:48:58 2010 mic
+
+this is a shadow file: Do not directly include it - we redefine some
+of TSK specific structs so we can bind them here.
+*/
+
+#ifndef PYTSK3_H_
+# define PYTSK3_H_
+
+#include <tsk3/libtsk.h>
+#include "class.h"
+
+
+#endif /* !PYTSK3_H_ */