diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-05-16 15:03:12 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-05-16 15:03:12 +1000 |
| commit | c02b0f47a0c85250715a1c511415a6cb4fe7a082 (patch) | |
| tree | acdea64d06448b64977de4aa94c44683c98d65fb /source4/libcli | |
| parent | 14ca2b5b5db4abb1e6ab624365fdebfd9ec422e0 (diff) | |
| download | samba-c02b0f47a0c85250715a1c511415a6cb4fe7a082.tar.gz samba-c02b0f47a0c85250715a1c511415a6cb4fe7a082.tar.xz samba-c02b0f47a0c85250715a1c511415a6cb4fe7a082.zip | |
declare composite_wait_free()
(This used to be commit 5b6f80aba30fc8ade26f73b0a1336c22e40b66a9)
Diffstat (limited to 'source4/libcli')
| -rw-r--r-- | source4/libcli/composite/composite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/composite/composite.h b/source4/libcli/composite/composite.h index f1bed20361..28cd6a88dc 100644 --- a/source4/libcli/composite/composite.h +++ b/source4/libcli/composite/composite.h @@ -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__ */ |
