Move Witness logic into a common library directory.
[gd/samba/.git] / source3 / rpc_server / witness / srv_witness.h
index de01871c37c1423af36d66c2a9c2658025aff0c6..f57d7cdb4fa187d94bb50e708255f07d49c88296 100644 (file)
@@ -25,7 +25,6 @@
  * @brief Cleanup memory and other stuff.
  */
 void srv_witness_cleanup(void);
-bool srv_witness_startup(struct WitnessServerState *state);
 
 bool witness_init_cb(void *ptr);
 bool witness_shutdown_cb(void *ptr);
@@ -35,15 +34,4 @@ void witnessd_change_notification(struct messaging_context *msg,
                                  uint32_t msg_type,
                                  struct server_id server_id,
                                  DATA_BLOB *data);
-bool witness_create_one_interface(TALLOC_CTX *mem_ctx,
-                                 const char *group_name,
-                                 uint32_t witness_version,
-                                 uint32_t state,
-                                 const char *ipv4,
-                                 const char *ipv6,
-                                 struct witness_interfaceInfo *i);
-bool witness_add_interface_to_array_unique(TALLOC_CTX *mem_ctx,
-                                          struct witness_interfaceInfo interface,
-                                          struct witness_interfaceInfo **array,
-                                          uint32_t *count);
 #endif /*_SRV_WITNESS_H_ */