--- projects/libstatgrab/src/libstatgrab/user_stats.c 2004/04/05 00:59:11 1.21 +++ projects/libstatgrab/src/libstatgrab/user_stats.c 2004/04/05 15:40:15 1.22 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: user_stats.c,v 1.21 2004/04/05 00:59:11 ats Exp $ + * $Id: user_stats.c,v 1.22 2004/04/05 15:40:15 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -44,10 +44,10 @@ #include #endif -user_stat_t *get_user_stats(){ +sg_user_stats *sg_get_user_stats(){ int num_users = 0, pos = 0, new_pos; VECTOR_DECLARE_STATIC(name_list, char, 128, NULL, NULL); - static user_stat_t user_stats; + static sg_user_stats user_stats; #if defined(SOLARIS) || defined(LINUX) || defined(CYGWIN) struct utmp *entry; #endif