summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-04 01:08:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:40 -0500
commit166284d9c1f32f249966064256e97b1847ef48d3 (patch)
tree6d915079e5c093b855bd981bb70a1635f9a4c6cf /source4/smb_server/smb_server.h
parentbfb6d6a35ed18a2a99230283c1fd0302a1219a0e (diff)
downloadsamba-166284d9c1f32f249966064256e97b1847ef48d3.tar.gz
samba-166284d9c1f32f249966064256e97b1847ef48d3.tar.bz2
samba-166284d9c1f32f249966064256e97b1847ef48d3.zip
r24940: Fix undeclared warning.
(This used to be commit bbc4650871c127e89c0fff88264f529c17c3c151)
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 348ac70f1f..8ebd3e683f 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -376,6 +376,8 @@ struct smbsrv_connection {
struct share_context *share_context;
};
+struct model_ops;
+
NTSTATUS smbsrv_add_socket(struct event_context *event_context,
const struct model_ops *model_ops,
const char *address);