--- projects/libstatgrab/docs/sg_get_user_stats.xml 2004/05/02 09:35:15 1.4 +++ projects/libstatgrab/docs/sg_get_user_stats.xml 2004/05/02 17:21:35 1.5 @@ -3,55 +3,55 @@ - + - $Date: 2004/05/02 09:35:15 $ - $Id: sg_get_user_stats.xml,v 1.4 2004/05/02 09:35:15 tdb Exp $ + $Date: 2004/05/02 17:21:35 $ + $Id: sg_get_user_stats.xml,v 1.5 2004/05/02 17:21:35 tdb Exp $ - + - get_user_stats + sg_get_user_stats 3 i-scream - + - get_user_stats + sg_get_user_stats get the current logged in users - + #include <statgrab.h> - user_stat_t *get_user_stats + sg_user_stats *sg_get_user_stats - + Description This call returns a pointer to a static buffer of - user_stat_t. + sg_user_stats. - + Return Values The structure returned is of type - user_stat_t. + sg_user_stats. typedef struct{ char *name_list; int num_entries; -}user_stat_t; +}sg_user_stats; @@ -87,10 +87,10 @@ typedef struct{ - + Website - +