diff options
author | jsorg71 <jsorg71> | 2007-10-15 03:47:26 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-10-15 03:47:26 +0000 |
commit | 5a2d2d67b55d7a5cb954631dbb28cb18a645dd3c (patch) | |
tree | 8949a03c1c1a428407f553f0dd2e3d2f13b4cae0 /common/os_calls.h | |
parent | b906054cfbb503ec08acbb5b23aab956c211b479 (diff) | |
download | xrdp-proprietary-5a2d2d67b55d7a5cb954631dbb28cb18a645dd3c.tar.gz xrdp-proprietary-5a2d2d67b55d7a5cb954631dbb28cb18a645dd3c.zip |
added g_htoi
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 80f8cff1..d86776ad 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -154,6 +154,8 @@ g_strncasecmp(const char* c1, const char* c2, int len); int APP_CC g_atoi(char* str); int APP_CC +g_htoi(char* str); +int APP_CC g_pos(char* str, const char* to_find); int APP_CC g_mbstowcs(twchar* dest, const char* src, int n); |