summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-01 16:47:59 -0700
committerJeremy Allison <jra@samba.org>2010-04-01 16:47:59 -0700
commitbf90969892411f28ea330611156ddfec5e2e1321 (patch)
tree96da5d225ee9a1b4094e1a635a5101d4e86fa0d0 /source3/include
parentb6aabcd628f3af1302a03af8cde15baa8d1f2905 (diff)
downloadsamba-bf90969892411f28ea330611156ddfec5e2e1321.tar.gz
samba-bf90969892411f28ea330611156ddfec5e2e1321.tar.bz2
samba-bf90969892411f28ea330611156ddfec5e2e1321.zip
Move initialize_async_io_handler() inside of smbd/aio.c.
Call from actual aio read or write. No reason to call this globally on startup. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2ebc75ce12..c9fe61014a 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6047,7 +6047,6 @@ struct regval_ctr *svcctl_fetch_regvalues( const char *name, NT_USER_TOKEN *toke
/* The following definitions come from smbd/aio.c */
-void initialize_async_io_handler(void);
bool schedule_aio_read_and_X(connection_struct *conn,
struct smb_request *req,
files_struct *fsp, SMB_OFF_T startpos,