diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-05-19 23:47:38 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-05-19 23:47:38 -0700 |
commit | 59fa8df434def610efcf08b04204c40740652117 (patch) | |
tree | 344991ed6a1e70bebbb802d52c9cd3fd27863e9c /xrdp/xrdp.h | |
parent | 57178458371620afcef5f81fc12f1d92e3432a9c (diff) | |
download | xrdp-proprietary-59fa8df434def610efcf08b04204c40740652117.tar.gz xrdp-proprietary-59fa8df434def610efcf08b04204c40740652117.zip |
xrdp: don't show connection log unless there is a problem
Conflicts:
xrdp/xrdp_mm.c
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 32129c01..67488a60 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -138,6 +138,8 @@ callback(long id, int msg, long param1, long param2, long param3, long param4); int APP_CC xrdp_wm_delete_all_childs(struct xrdp_wm* self); int APP_CC +xrdp_wm_show_log(struct xrdp_wm *self); +int APP_CC xrdp_wm_log_msg(struct xrdp_wm* self, char* msg); int APP_CC xrdp_wm_get_wait_objs(struct xrdp_wm* self, tbus* robjs, int* rc, |