FreeRDP
irp.h
1 
21 #ifndef FREERDP_CHANNEL_RDPDR_CLIENT_IRP_H
22 #define FREERDP_CHANNEL_RDPDR_CLIENT_IRP_H
23 
24 #include <winpr/wlog.h>
25 #include "rdpdr_main.h"
26 
27 IRP* irp_new(DEVMAN* devman, wStreamPool* pool, wStream* s, wLog* log, UINT* error);
28 
29 #endif /* FREERDP_CHANNEL_RDPDR_CLIENT_IRP_H */