summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 23:14:15 +0100
committerGünther Deschner <gd@samba.org>2011-03-02 12:58:12 +0100
commitea29261186a7a65e73d84802a607315a50050614 (patch)
tree419dfd25e30fe117a1d29eab81de11b26769f216 /source3/include/proto.h
parent28acf360be035b606c49d5202312badcab50fa64 (diff)
downloadsamba-ea29261186a7a65e73d84802a607315a50050614.tar.gz
samba-ea29261186a7a65e73d84802a607315a50050614.tar.bz2
samba-ea29261186a7a65e73d84802a607315a50050614.zip
s3-sessionid: avoid global include of sessionid.h
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 96317b9e7f..bfbf840190 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5159,7 +5159,7 @@ connection_struct *make_connection(struct smbd_server_connection *sconn,
void close_cnum(connection_struct *conn, uint16 vuid);
/* The following definitions come from smbd/session.c */
-
+struct sessionid;
bool session_init(void);
bool session_claim(struct smbd_server_connection *sconn, user_struct *vuser);
void session_yield(user_struct *vuser);