aboutsummaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/camera.h b/src/camera.h
index bfc5394..f9f45ef 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -1,9 +1,7 @@
#ifndef CAMERA_H
#define CAMERA_H
-typedef struct camera_handle {
- void *handle;
-} camera_handle;
+typedef void *camera_handle;
typedef struct camera_params {
char *device;