diff options
Diffstat (limited to 'app/utils.h')
-rw-r--r-- | app/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils.h b/app/utils.h index 8d6f0fd..0e77531 100644 --- a/app/utils.h +++ b/app/utils.h @@ -9,7 +9,7 @@ int os_create_anonymous_file(off_t size); const char* -get_camera_device(void); +get_first_camera_device(void); #ifdef __cplusplus } |