summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2004-11-09 05:05:00 +0000
committerjsorg71 <jsorg71>2004-11-09 05:05:00 +0000
commitea265279ef4eea574b7d36baa364178c44275812 (patch)
tree282c47b1275c86514e462cfe05ecfd538dd162ac /xrdp/xrdp.h
parentc365727909036046af46d69a09cb9e2a9295de23 (diff)
downloadxrdp-proprietary-ea265279ef4eea574b7d36baa364178c44275812.tar.gz
xrdp-proprietary-ea265279ef4eea574b7d36baa364178c44275812.zip
some combo box work
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 966d60e5..59b9f6b4 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -92,6 +92,7 @@ int g_strlen(char* text);
char* g_strcpy(char* dest, char* src);
char* g_strncpy(char* dest, char* src, int len);
char* g_strcat(char* dest, char* src);
+char* g_strdup(char* in);
/* xrdp_tcp.c */
struct xrdp_tcp* xrdp_tcp_create(struct xrdp_iso* owner);