X-Git-Url: https://git.jaslogic.tech/photobox.git/blobdiff_plain/12b752365988978d0398a0b8852d60c1f81a9c49..9cce9d38bfaf4c342b2bd3075417cdfebd9e44a9:/src/photobox_photo.h?ds=inline diff --git a/src/photobox_photo.h b/src/photobox_photo.h index 11c9147..4246876 100644 --- a/src/photobox_photo.h +++ b/src/photobox_photo.h @@ -1,3 +1,5 @@ +// Copyright (C) 2019 Jaslo Ziska + #ifndef PHOTOBOX_PHOTO_H #define PHOTOBOX_PHOTO_H @@ -7,10 +9,8 @@ typedef struct pb_ph_buffer { } pb_ph_buffer; int pb_ph_init(void); -int pb_ph_uninit(void); +void pb_ph_uninit(void); int pb_ph_capture(pb_ph_buffer *buf); int pb_ph_capture_file(const char *fn); -//int pb_ph_getraw(pb_ph_buffer *buf); - #endif//PHOTOBOX_PHOTO_H