--- projects/libstatgrab/docs/sg_get_user_stats.xml 2003/10/02 17:38:03 1.2 +++ projects/libstatgrab/docs/sg_get_user_stats.xml 2004/05/02 17:21:35 1.5 @@ -3,55 +3,55 @@ - + - $Date: 2003/10/02 17:38:03 $ - $Id: sg_get_user_stats.xml,v 1.2 2003/10/02 17:38:03 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,13 +87,15 @@ typedef struct{ - + Website - + - http://www.i-scream.org + + http://www.i-scream.org/libstatgrab/ +