summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authornorrarvid <norrarvid@gmail.com>2012-05-30 07:40:06 +0200
committernorrarvid <norrarvid@gmail.com>2012-05-30 07:40:06 +0200
commit02f3fe1e2a2f971246d7775468425636a05e6246 (patch)
treeef324e605947917f5e699d67440f3e68cf0d4e34 /common/os_calls.h
parent2109d7a044430ee4ad5b51f2c18cc496be0e7fd8 (diff)
downloadxrdp-proprietary-02f3fe1e2a2f971246d7775468425636a05e6246.tar.gz
xrdp-proprietary-02f3fe1e2a2f971246d7775468425636a05e6246.zip
Improved error handling for module load and init, fixed bug in logwindow
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index ddcb59d8..7be659d6 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -178,6 +178,8 @@ char* APP_CC
g_strcat(char* dest, const char* src);
char* APP_CC
g_strdup(const char* in);
+char* APP_CC
+g_strndup(const char* in, const unsigned int maxlen);
int APP_CC
g_strcmp(const char* c1, const char* c2);
int APP_CC