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