summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-08-18 00:12:19 +0000
committerLuke Leighton <lkcl@samba.org>1999-08-18 00:12:19 +0000
commit06b4627df0b75d91f3f7198f1cad1098e3431820 (patch)
treead29374ad274564c9a1ba6cda53febdef59d95c1 /source3/include
parent7a0595b23461c259f2ce6662f0d2a5a047c1c0fb (diff)
downloadsamba-06b4627df0b75d91f3f7198f1cad1098e3431820.tar.gz
samba-06b4627df0b75d91f3f7198f1cad1098e3431820.tar.bz2
samba-06b4627df0b75d91f3f7198f1cad1098e3431820.zip
patch from Michael Glauche to call get_status_connections() instead of
reading STATUS..LCK direct. (This used to be commit d794e2eb51b94a334ddb1d1b0775ebf4cef048db)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e64865b85c..5b52e5aa61 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -558,6 +558,11 @@ void reset_globals_after_fork(void);
char *client_name(int fd);
char *client_addr(int fd);
+/*The following definitions come from lib/util_status.c */
+
+BOOL get_connection_status(struct connect_record **crec,
+ uint32 *connection_count);
+
/*The following definitions come from lib/util_str.c */
void set_first_token(char *ptr);