summaryrefslogtreecommitdiff
path: root/source4/libcli/clideltree.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 12:15:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:20 -0500
commita99b6219a810a1cd10bd62a6716780602808f0cd (patch)
tree56cd12199083444dda5b66ef3c276327bbe864cd /source4/libcli/clideltree.c
parent8228a362a9d70ae51c04d11840fa081794d26c68 (diff)
downloadsamba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.gz
samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.bz2
samba-a99b6219a810a1cd10bd62a6716780602808f0cd.zip
r3481: split out client.h and events.h
(This used to be commit c6f486574470a311e0d336c026103f131451e21e)
Diffstat (limited to 'source4/libcli/clideltree.c')
-rw-r--r--source4/libcli/clideltree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/clideltree.c b/source4/libcli/clideltree.c
index aa73f5b90b..7dd3803735 100644
--- a/source4/libcli/clideltree.c
+++ b/source4/libcli/clideltree.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include "client.h"
struct delete_state {
struct smbcli_tree *tree;
@@ -29,7 +30,7 @@ struct delete_state {
/*
callback function for torture_deltree()
*/
-static void delete_fn(file_info *finfo, const char *name, void *state)
+static void delete_fn(struct file_info *finfo, const char *name, void *state)
{
struct delete_state *dstate = state;
char *s, *n;