summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-12 12:16:19 +0200
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:12 +0200
commit805bd92973324966318737d5a29b34082e29e4f4 (patch)
treeacba0fd8bddf461459c1b1f500c067d8530283b1 /source3/include
parent416fa081ab9d0a5338a11924d7b85c8e159a5109 (diff)
downloadsamba-805bd92973324966318737d5a29b34082e29e4f4.tar.gz
samba-805bd92973324966318737d5a29b34082e29e4f4.tar.bz2
samba-805bd92973324966318737d5a29b34082e29e4f4.zip
smbd/conn: fix prototype change of conn_close_all() in proto.h.
(Cleaning "ensure we exit with non-zero status on EOF on socket" after rebasing to v3-3-test which has no "make proto" anymore.) Michael (This used to be commit a958c6bf1e0394e98df286974d78d3b07498e0b4)
Diffstat (limited to 'source3/include')
-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 b585bee70f..a1595dda46 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -9538,7 +9538,7 @@ int conn_num_open(void);
bool conn_snum_used(int snum);
connection_struct *conn_find(unsigned cnum);
connection_struct *conn_new(void);
-void conn_close_all(void);
+bool conn_close_all(void);
bool conn_idle_all(time_t t);
void conn_clear_vuid_caches(uint16 vuid);
void conn_free_internal(connection_struct *conn);