ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/statgrab.h
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/statgrab.h (file contents):
Revision 1.7 by pajs, Sun Feb 23 23:28:19 2003 UTC vs.
Revision 1.8 by pajs, Sat Mar 1 15:01:01 2003 UTC

# Line 58 | Line 58 | typedef struct{
58   #define MAX_LOGIN_NAME_SIZE 8
59   #endif
60  
61 typedef char name[MAX_LOGIN_NAME_SIZE+1];
62
61   typedef struct{
62 <        name *name_list;
62 >        char *name_list;
63          int num_entries;
64   }user_stat_t;
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines