aboutsummaryrefslogtreecommitdiffstats
path: root/app/utils.h
blob: 0e77531fa501a01bcfde931eee52fcc6bfa1c753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __UTILS_H
#define __UTILS_H

#ifdef  __cplusplus
extern "C" {
#endif

int
os_create_anonymous_file(off_t size);

const char*
get_first_camera_device(void);

#ifdef  __cplusplus
}
#endif

#endif