diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-11-13 22:08:14 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-11-13 22:08:14 -0800 |
commit | 32f172853f9763f4b046c9e5465813a0aa5e3f1c (patch) | |
tree | 8f20d0d783696e680ac37725afb0e0a62f677f47 /common/os_calls.h | |
parent | ddfd6b8b59ae411f15622ba4e50ef895b1e23e23 (diff) | |
parent | 942cdf300edaed7fee13a78e5e1c9b9c3d9c923e (diff) | |
download | xrdp-proprietary-32f172853f9763f4b046c9e5465813a0aa5e3f1c.tar.gz xrdp-proprietary-32f172853f9763f4b046c9e5465813a0aa5e3f1c.zip |
Merge branch 'devel'
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |