ctdb-daemon: Make old list_of_nodes() function static
authorMartin Schwenke <martin@meltin.net>
Fri, 7 Jun 2019 20:08:48 +0000 (06:08 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 5 Jul 2019 05:03:22 +0000 (05:03 +0000)
commit655634790139b08a5093dc3851dee208d13f7294
tree7c824d3913f086d65f8f02be199e550b5e9f5076
parent6478d65a2f1bc79040753f4dae952c638fcb64e2
ctdb-daemon: Make old list_of_nodes() function static

The next commit will change the type of this function, which is only
used in this file.  So, make it static to isolate the change.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/include/ctdb_client.h
ctdb/server/ctdb_client.c