summaryrefslogtreecommitdiffstats
path: root/source3/include/libsmbclient.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-07-03 12:05:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:11 -0500
commit3a8af94424c8d60dd80f6b57806ef0b79465badc (patch)
tree9189748ee4115aa555d339c87bf7607469ac7201 /source3/include/libsmbclient.h
parentd10c664b6151d3296d2fde5dc9833ea90e7ea0e8 (diff)
downloadsamba-3a8af94424c8d60dd80f6b57806ef0b79465badc.tar.gz
samba-3a8af94424c8d60dd80f6b57806ef0b79465badc.tar.xz
samba-3a8af94424c8d60dd80f6b57806ef0b79465badc.zip
r8093: Next round. Now it compiles with --enable-socket-wrapper.
Volker (This used to be commit 25cbcfba30f534f3fb31627ba43421c42ccd5b0f)
Diffstat (limited to 'source3/include/libsmbclient.h')
-rw-r--r--source3/include/libsmbclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index ea013c113a0..3269d6f0bf7 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -379,7 +379,7 @@ struct _SMBCCTX {
off_t (*lseek) (SMBCCTX *c, SMBCFILE * file, off_t offset, int whence);
int (*stat) (SMBCCTX *c, const char *fname, struct stat *st);
int (*fstat) (SMBCCTX *c, SMBCFILE *file, struct stat *st);
- int (*close) (SMBCCTX *c, SMBCFILE *file);
+ int (*close_fn) (SMBCCTX *c, SMBCFILE *file);
/** callable functions for dirs
*/