summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-27 10:59:55 +0200
committerVolker Lendecke <vl@samba.org>2010-07-27 21:05:35 +0200
commitdace013898a450b50606740704c83ba25855e332 (patch)
tree8597b10dc0c83a9a81e5853b62041764c443a374 /source3/include/proto.h
parent9168713774c02ba2f71d89379cc239a900ebeafe (diff)
downloadsamba-dace013898a450b50606740704c83ba25855e332.tar.gz
samba-dace013898a450b50606740704c83ba25855e332.tar.bz2
samba-dace013898a450b50606740704c83ba25855e332.zip
s3: Remove a typedef (struct file_info)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8dbe758e20..a9f77541ec 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2580,11 +2580,14 @@ bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_
/* The following definitions come from libsmb/clilist.c */
int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute,
- void (*fn)(const char *, file_info *, const char *, void *), void *state);
+ void (*fn)(const char *, struct file_info *, const char *,
+ void *), void *state);
int cli_list_old(struct cli_state *cli,const char *Mask,uint16 attribute,
- void (*fn)(const char *, file_info *, const char *, void *), void *state);
+ void (*fn)(const char *, struct file_info *, const char *,
+ void *), void *state);
int cli_list(struct cli_state *cli,const char *Mask,uint16 attribute,
- void (*fn)(const char *, file_info *, const char *, void *), void *state);
+ void (*fn)(const char *, struct file_info *, const char *,
+ void *), void *state);
/* The following definitions come from libsmb/climessage.c */