diff options
| author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-25 18:02:36 -0700 |
|---|---|---|
| committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-25 18:02:36 -0700 |
| commit | 829c494fb9b62c68d1079251ca1c97de84c09c70 (patch) | |
| tree | afd76b7fd9cf58b1760cb9bf0b4b85776bcab221 /common/os_calls.h | |
| parent | f8f648c57432a3238a17dc70909947a30ccaebae (diff) | |
| parent | 1a616a1b469a00279ac6d42cffcd2b23da492c60 (diff) | |
| download | xrdp-proprietary-829c494fb9b62c68d1079251ca1c97de84c09c70.tar.gz xrdp-proprietary-829c494fb9b62c68d1079251ca1c97de84c09c70.zip | |
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'common/os_calls.h')
| -rw-r--r-- | common/os_calls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index cba37588..2dbbe660 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -152,5 +152,6 @@ 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_text2bool(const char *s); #endif |
