summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/irp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/chansrv/irp.h')
-rw-r--r--sesman/chansrv/irp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/irp.h b/sesman/chansrv/irp.h
index ccab5801..64cbac93 100644
--- a/sesman/chansrv/irp.h
+++ b/sesman/chansrv/irp.h
@@ -55,6 +55,7 @@ struct irp
};
IRP * devredir_irp_new();
+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);