1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r3481: split out client.h and events.h

This commit is contained in:
Andrew Tridgell
2004-11-02 12:15:17 +00:00
committed by Gerald (Jerry) Carter
parent a954e707ef
commit c6f4865744
24 changed files with 49 additions and 30 deletions

View File

@@ -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;