1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

declare composite_wait_free()

(This used to be commit 5b6f80aba30fc8ade26f73b0a1336c22e40b66a9)
This commit is contained in:
Andrew Tridgell 2008-05-16 15:03:12 +10:00
parent 14ca2b5b5d
commit c02b0f47a0

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__ */