mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
declare composite_wait_free()
This commit is contained in:
@ -101,6 +101,7 @@ bool composite_is_ok(struct composite_context *ctx);
|
|||||||
void composite_done(struct composite_context *ctx);
|
void composite_done(struct composite_context *ctx);
|
||||||
void composite_error(struct composite_context *ctx, NTSTATUS status);
|
void composite_error(struct composite_context *ctx, NTSTATUS status);
|
||||||
NTSTATUS composite_wait(struct composite_context *c);
|
NTSTATUS composite_wait(struct composite_context *c);
|
||||||
|
NTSTATUS composite_wait_free(struct composite_context *c);
|
||||||
|
|
||||||
|
|
||||||
#endif /* __COMPOSITE_H__ */
|
#endif /* __COMPOSITE_H__ */
|
||||||
|
Reference in New Issue
Block a user