diff options
Diffstat (limited to 'app/utils.h')
-rw-r--r-- | app/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/utils.h b/app/utils.h index 99b2e30..8d6f0fd 100644 --- a/app/utils.h +++ b/app/utils.h @@ -8,6 +8,9 @@ extern "C" { int os_create_anonymous_file(off_t size); +const char* +get_camera_device(void); + #ifdef __cplusplus } #endif |