From 63ba8383e196bc41d18c7b9a8a80578eb9430188 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 23 Jan 2005 23:23:26 +0000 Subject: r4949: First version of a fetchfile composite function which connects to a server and loads a file. Needs a smb url parsing wrapper. Volker (This used to be commit fa435bf7c878d4a5beb6afb2ed6e2990abc11e82) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 11519fd56e..29a6589a86 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -143,6 +143,7 @@ struct smb_composite_loadfile; struct smb_composite_savefile; struct smb_composite_connect; struct smb_composite_sesssetup; +struct smb_composite_fetchfile; struct nbt_name; struct nbt_name_packet; -- cgit