1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

declare composite_wait_free()

This commit is contained in:
Andrew Tridgell 2008-05-16 15:03:12 +10:00
parent 5240e1e256
commit 5b6f80aba3

View File

@ -101,6 +101,7 @@ bool composite_is_ok(struct composite_context *ctx);
void composite_done(struct composite_context *ctx);
void composite_error(struct composite_context *ctx, NTSTATUS status);
NTSTATUS composite_wait(struct composite_context *c);
NTSTATUS composite_wait_free(struct composite_context *c);
#endif /* __COMPOSITE_H__ */