diff options
author | jsorg71 <jsorg71> | 2007-10-27 05:53:19 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-10-27 05:53:19 +0000 |
commit | d3fa8fd6f6cefaf61898af30655124b921602318 (patch) | |
tree | 54da10054fff3edf1dacdc55bc390090637dca0c /common/os_calls.h | |
parent | ca37e8cb1d0c697a2b0b63afe9101a570ba2fb2a (diff) | |
download | xrdp-proprietary-d3fa8fd6f6cefaf61898af30655124b921602318.tar.gz xrdp-proprietary-d3fa8fd6f6cefaf61898af30655124b921602318.zip |
added g_strtrim
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 d86776ad..688b52f9 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -161,6 +161,8 @@ int APP_CC g_mbstowcs(twchar* dest, const char* src, int n); int APP_CC g_wcstombs(char* dest, const twchar* src, int n); +int APP_CC +g_strtrim(char* str, int trim_flags); long APP_CC g_load_library(char* in); int APP_CC |