#ifndef CRED_DATA_H_ #define PARAMS_COUNT 5 enum cred_param_ids_e { USERNAME, PASSWORD, CHANNEL, SERVER, PORT }; char const * cred_names[] = { "username", "password", "channel", "server", "port" }; size_t const cred_names_len[] = { 8, 8, 7, 6, 4 }; #define CRED_DATA_H_ #endif