#ifndef DEVICES_H #define DEVICES_H bool exists_ip_or_device(const char *item); const char *replace_str(char *str, unsigned char ch, unsigned char newch); void edit_devices(); void add_device(); void ren_device(int opt); #endif /* DEVICES_H */