summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-08 21:48:44 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-08 21:48:44 -0800
commit43e388b7e5e6bea5c79a462afc24edbf91de91fd (patch)
tree530acd61ed3bec495e739edabdc010a673f4c922 /xrdp/xrdp.h
parent4e6d57dbe5cf231648425c686265ecc9bb8c5b7b (diff)
downloadxrdp-proprietary-43e388b7e5e6bea5c79a462afc24edbf91de91fd.tar.gz
xrdp-proprietary-43e388b7e5e6bea5c79a462afc24edbf91de91fd.zip
remove some warning, move gethostname to os_calls
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 172d417a..e04dea5f 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -108,6 +108,8 @@ xrdp_wm_send_bitmap(struct xrdp_wm* self, struct xrdp_bitmap* bitmap,
int x, int y, int cx, int cy);
int APP_CC
xrdp_wm_set_pointer(struct xrdp_wm* self, int cache_idx);
+unsigned int APP_CC
+xrdp_wm_htoi (const char *ptr);
int APP_CC
xrdp_wm_set_focused(struct xrdp_wm* self, struct xrdp_bitmap* wnd);
int APP_CC
@@ -349,6 +351,8 @@ get_keymaps(int keylayout, struct xrdp_keymap* keymap);
/* xrdp_login_wnd.c */
int APP_CC
xrdp_login_wnd_create(struct xrdp_wm* self);
+int APP_CC
+load_xrdp_config(struct xrdp_config *config);
/* xrdp_bitmap_compress.c */
int APP_CC