#ifndef _USERSH_ #define _USERSH_ #include #include struct user { char *shell; char *username; char *display_name; }; struct Vector get_human_users(); #endif