#ifndef USERSH_ #define USERSH_ #include #include "util.h" struct user { char* shell; char* username; char* display_name; }; struct Vector get_human_users(); #endif