diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-12 09:35:00 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-14 00:21:48 -0700 |
commit | 6ed4c969f4d646a7751fe2da29ba94eddd3d6477 (patch) | |
tree | 951c72b16a0be1a1cc8c77e6d2ecaa1f25f2bcd6 /sesman/chansrv/irp.h | |
parent | 8be83473b72c926d3c056fd8a81965dbce0a0e5e (diff) | |
download | xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.tar.gz xrdp-proprietary-6ed4c969f4d646a7751fe2da29ba94eddd3d6477.zip |
Eliminate APP_CC and DEFAULT_CC
Diffstat (limited to 'sesman/chansrv/irp.h')
-rw-r--r-- | sesman/chansrv/irp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sesman/chansrv/irp.h b/sesman/chansrv/irp.h index a13ea8e5..39840a16 100644 --- a/sesman/chansrv/irp.h +++ b/sesman/chansrv/irp.h @@ -55,12 +55,12 @@ struct irp void *user_data; }; -IRP * APP_CC devredir_irp_new(void); -IRP * APP_CC devredir_irp_clone(IRP *irp); -int APP_CC devredir_irp_delete(IRP *irp); -IRP * APP_CC devredir_irp_find(tui32 completion_id); -IRP * APP_CC devredir_irp_find_by_fileid(tui32 FileId); -IRP * APP_CC devredir_irp_get_last(void); -void APP_CC devredir_irp_dump(void); +IRP * devredir_irp_new(void); +IRP * devredir_irp_clone(IRP *irp); +int devredir_irp_delete(IRP *irp); +IRP * devredir_irp_find(tui32 completion_id); +IRP * devredir_irp_find_by_fileid(tui32 FileId); +IRP * devredir_irp_get_last(void); +void devredir_irp_dump(void); #endif /* end ifndef __IRP_H */ |