diff options
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r-- | src/uca-camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h index fb703cd..c755fe6 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -36,7 +36,8 @@ typedef enum { UCA_CAMERA_ERROR_NOT_FOUND, UCA_CAMERA_ERROR_RECORDING, UCA_CAMERA_ERROR_NOT_RECORDING, - UCA_CAMERA_ERROR_NO_GRAB_FUNC + UCA_CAMERA_ERROR_NO_GRAB_FUNC, + UCA_CAMERA_ERROR_NOT_IMPLEMENTED } UcaCameraError; typedef struct _UcaCamera UcaCamera; |