diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2013-08-01 23:30:23 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2013-08-01 23:30:23 -0700 |
| commit | 4865b1dc6b37be40ff47df62dabafa2728c03e1d (patch) | |
| tree | 9adffc0fadb6c5fefed0f5740d21fb81d7815c97 /xorg/server/module/rdpClientCon.h | |
| parent | 6e3b7245aad0a768eecc66d52c4e32a6af8a7280 (diff) | |
| download | xrdp-proprietary-4865b1dc6b37be40ff47df62dabafa2728c03e1d.tar.gz xrdp-proprietary-4865b1dc6b37be40ff47df62dabafa2728c03e1d.zip | |
xorg driver, work on rdpup
Diffstat (limited to 'xorg/server/module/rdpClientCon.h')
| -rw-r--r-- | xorg/server/module/rdpClientCon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg/server/module/rdpClientCon.h b/xorg/server/module/rdpClientCon.h index 717e4359..85a3925a 100644 --- a/xorg/server/module/rdpClientCon.h +++ b/xorg/server/module/rdpClientCon.h @@ -38,5 +38,7 @@ int rdpClientConCheck(ScreenPtr pScreen); int rdpClientConInit(rdpPtr dev); +int +rdpClientConDeinit(rdpPtr dev); #endif |
