From 6b0bbbeefa58a8bd9a30f39c1c80ff78e4ab131f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 7 Nov 2014 22:10:59 -0800 Subject: common: merge from a8 --- common/os_calls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 1805a6a1..d954a075 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -161,6 +161,8 @@ int APP_CC g_check_user_in_group(const char* username, int gid, int* ok); int APP_CC g_time1(void); int APP_CC g_time2(void); int APP_CC g_time3(void); +int APP_CC g_save_to_bmp(const char* filename, char* data, int stride_bytes, + int width, int height, int depth, int bits_per_pixel); int APP_CC g_text2bool(const char *s); void * APP_CC g_shmat(int shmid); int APP_CC g_shmdt(const void *shmaddr); -- cgit v1.2.3