File: pytsk3.h

package info (click to toggle)
pytsk 20200117-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,516 kB
  • sloc: ansic: 3,090; python: 3,007; sh: 115; makefile: 68
file content (21 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_ */