~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to channels/rdpdr/irp.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
irp_process_query_directory_request(IRP* irp, char* data, int data_size);
51
51
void
52
52
irp_process_notify_change_directory_request(IRP* irp, char* data, int data_size);
 
53
int
 
54
irp_get_event(IRP * irp, uint32 * result);
 
55
int
 
56
irp_file_descriptor(IRP * irp);
 
57
void
 
58
irp_get_timeouts(IRP * irp, uint32 * timeout, uint32 * interval_timeout);
53
59
 
54
60
#endif // __IRP_H
55
61