99b2e30d7ea3193d272222339c12a3ff4afb43dc
[apps/camera-gstreamer.git] / app / utils.h
1 #ifndef __UTILS_H
2 #define __UTILS_H
3
4 #ifdef  __cplusplus
5 extern "C" {
6 #endif
7
8 int
9 os_create_anonymous_file(off_t size);
10
11 #ifdef  __cplusplus
12 }
13 #endif
14
15 #endif