diff options
Diffstat (limited to 'xrdp/xrdp.h')
| -rw-r--r-- | xrdp/xrdp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5f76af0d..7235d896 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -290,6 +290,14 @@ remove_char_at(char* text, int index); int APP_CC set_string(char** in_str, char* in); +/* xrdp_login_wnd.c */ +int APP_CC +xrdp_wm_setup_mod1(struct xrdp_wm* self, + struct xrdp_mod_data* mod_data); +int APP_CC +xrdp_wm_setup_mod2(struct xrdp_wm* self, + struct list* names, + struct list* values); int APP_CC xrdp_login_wnd_create(struct xrdp_wm* self); |
