#ifndef _ROOMS_H_ #define _ROOMS_H_ void populateUserList (struct t_gui_buffer *buffer, const char *token, int room_id); void getRoom (struct t_gui_buffer *buffer, const char *token, int room_id); #endif