summaryrefslogtreecommitdiffstats
path: root/ipecamera/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipecamera/data.h')
-rw-r--r--ipecamera/data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipecamera/data.h b/ipecamera/data.h
new file mode 100644
index 0000000..846cb78
--- /dev/null
+++ b/ipecamera/data.h
@@ -0,0 +1,6 @@
+#ifndef _IPECAMERA_DATA_H
+#define _IPECAMERA_DATA_H
+
+void *ipecamera_preproc_thread(void *user);
+
+#endif /* _IPECAMERA_DATA_H */