Mercurial > noffle
comparison src/group.h @ 127:3c71e28c8eef noffle
[svn] Release-1-0 mergedocs/NOTES
author | bears |
---|---|
date | Tue, 25 Jul 2000 13:14:54 +0100 |
parents | 38b0a1532a37 |
children | 28488e0e3630 |
comparison
equal
deleted
inserted
replaced
126:7c7a7c96d35b | 127:3c71e28c8eef |
---|---|
1 /* | 1 /* |
2 group.h | 2 group.h |
3 | 3 |
4 Groups database | 4 Groups database |
5 | 5 |
6 $Id: group.h 135 2000-06-05 08:57:05Z bears $ | 6 $Id: group.h 183 2000-07-25 12:14:54Z bears $ |
7 */ | 7 */ |
8 | 8 |
9 #ifndef GRP_H | 9 #ifndef GRP_H |
10 #define GRP_H | 10 #define GRP_H |
11 | 11 |
98 | 98 |
99 void | 99 void |
100 Grp_setServ( const char *name, const char *value ); | 100 Grp_setServ( const char *name, const char *value ); |
101 | 101 |
102 void | 102 void |
103 Grp_setCreated( const char *name, time_t value ); | |
104 | |
105 void | |
106 Grp_setRmtNext( const char *name, int value ); | 103 Grp_setRmtNext( const char *name, int value ); |
107 | 104 |
108 void | 105 void |
109 Grp_setLastAccess( const char *name, int value ); | 106 Grp_setLastAccess( const char *name, int value ); |
110 | 107 |