diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-04-03 23:06:08 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-04-03 23:06:08 -0700 |
commit | d9c0af1e7878578f8cfa505cea3714349c746b0d (patch) | |
tree | 350ae102fb4ed3c2fd88cac20fb4c8a21a57a8d6 /common/os_calls.h | |
parent | b4ce83a685eae2f8aa0589b9a306b35eeb3b6e10 (diff) | |
download | xrdp-proprietary-d9c0af1e7878578f8cfa505cea3714349c746b0d.tar.gz xrdp-proprietary-d9c0af1e7878578f8cfa505cea3714349c746b0d.zip |
ipv6
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 8159dc3b..b7422c10 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -196,7 +196,7 @@ g_atoi(const char* str); int APP_CC g_htoi(char* str); int APP_CC -g_pos(char* str, const char* to_find); +g_pos(const char* str, const char* to_find); int APP_CC g_mbstowcs(twchar* dest, const char* src, int n); int APP_CC |