From 9a70f446fc4abc2bd1278772810c0e8132f4bea4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 31 Jan 2005 08:30:44 +0000 Subject: r5126: the composite code is no longer client specific or smb specific, so rename the core structure to composite_context and the wait routine to composite_wait() (suggestion from metze) (This used to be commit cf11d05e35179c2c3e51c5ab370cd0a3fb15f24a) --- source4/include/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 0027cf7e61..774053babd 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -138,7 +138,7 @@ struct lsa_RightSet; struct ldb_val; -struct smbcli_composite; +struct composite_context; struct smb_composite_loadfile; struct smb_composite_savefile; struct smb_composite_connect; -- cgit