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:
committed by
Gerald (Jerry) Carter
parent
a954e707ef
commit
c6f4865744
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user