3 #ifndef GIRARA_CONFIG_H 4 #define GIRARA_CONFIG_H
void girara_config_parse(girara_session_t *session, const char *path) GIRARA_VISIBLE
bool girara_config_handle_add(girara_session_t *session, const char *identifier, girara_command_function_t handle) GIRARA_VISIBLE
bool(* girara_command_function_t)(girara_session_t *session, girara_list_t *argument_list)