diff options
Diffstat (limited to 'kapture/kapture.h')
-rw-r--r-- | kapture/kapture.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kapture/kapture.h b/kapture/kapture.h new file mode 100644 index 0000000..3944b8c --- /dev/null +++ b/kapture/kapture.h @@ -0,0 +1,6 @@ +#ifndef _KAPTURE_H +#define _KAPTURE_H + +typedef struct kapture_s kapture_t; + +#endif /* _KAPTURE_H */ |