mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
declare composite_wait_free()
This commit is contained in:
parent
5240e1e256
commit
5b6f80aba3
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user