/* heartbeatconf.cc 08/06/2000 11.43.12 */ PUBLIC void edit_heartbeatconf (void); /* _dict.cc 24/05/2000 16.02.38 */ /* authkeys.cc 05/06/2000 15.49.40 */ void edit_authkeys (void); /* nodes.cc 08/06/2000 14.00.06 */ bool is_ip (const char *ip); bool verify_ip (const char *ip); bool verify_node_ip (const char *node, const char *ip); bool verify_node (const char *node); void edit_nodes (void); void edit_ips (const char *node); /* devices.cc 07/06/2000 18.12.14 */ bool exists_ip_or_device (const char *item); const char *replace_str (char *str, unsigned char ch, unsigned char newch); void edit_devices (void); void add_device (void); void ren_device (int opt); /* misc.cc 08/06/2000 14.20.48 */ void edit_misc (void);