diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-12 11:43:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:46 -0500 |
commit | 287515fd3db1932f06d56da3bb388a7efc1120eb (patch) | |
tree | aa22ff31a537d30af6bc1086b014207993275883 /source4/include | |
parent | 09c34de35a472acfe92ef489409646086a564326 (diff) | |
download | samba-287515fd3db1932f06d56da3bb388a7efc1120eb.tar.gz samba-287515fd3db1932f06d56da3bb388a7efc1120eb.tar.bz2 samba-287515fd3db1932f06d56da3bb388a7efc1120eb.zip |
r4710: added a smb_composite_savefile() function, and expanded the test suite a little
(This used to be commit ef4dbc443dbdebc4160209ed3f23cbb97109c414)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index c9297f9943..43dce0f0c0 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -135,5 +135,6 @@ struct lsa_RightSet; struct ldb_val; +struct smbcli_composite; struct smb_composite_loadfile; - +struct smb_composite_savefile; |