diff options
author | jsorg71 <jsorg71> | 2007-05-18 03:49:21 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-05-18 03:49:21 +0000 |
commit | b2c524aee1a2291a548235ea7313e1d814e1802c (patch) | |
tree | 18832cfffaf489852fb1dc0dcec84e108a56ab4d /xrdp/xrdp.h | |
parent | 5c42176fbd3ac9392836a0e0466f97dea64ec1b5 (diff) | |
download | xrdp-proprietary-b2c524aee1a2291a548235ea7313e1d814e1802c.tar.gz xrdp-proprietary-b2c524aee1a2291a548235ea7313e1d814e1802c.zip |
work on getting the module manager working without using sesman
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 0c058c75..c1a99909 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -316,11 +316,6 @@ xrdp_mm_connect(struct xrdp_mm* self); int APP_CC xrdp_mm_signal(struct xrdp_mm* self); -int APP_CC -xrdp_mm_setup_mod1(struct xrdp_mm* self); -int APP_CC -xrdp_mm_setup_mod2(struct xrdp_mm* self); - int DEFAULT_CC server_begin_update(struct xrdp_mod* mod); int DEFAULT_CC |